2 Number Calculations(3)

Construct a program that asks the user for the length and width of a rectangle. The program should then calculate the area of the rectangle.
Display the dimensions of the rectangle and its area e.g Length = 10 Width = 4 Area = 10×4=40

Scroll to Top