Read the width and height of a rectangle (one per line) and print its area.
Print the result in the format: Area: {area}.
Area: {area}
Example: If the user types 4 and then 6, your program should print Area: 24.
4
6
Area: 24