Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 626 Bytes

File metadata and controls

22 lines (17 loc) · 626 Bytes

Balconies

You are trying to determine which of two apartments has a larger balcony. Both balconies are rectangles, and you have the length and width, but you need the area.

Task

Evaluate the area of two different balconies and determine which one is bigger.

Input Format

Your inputs are two strings where the measurements for height and width are separated by a comma. The first one represents apartment A, the second represents apartment B.

Output Format:

A string that says whether apartment A or apartment B has a larger balcony.

Sample Input

5,5
2,10

Sample Output

Apartment A