Problem Statement
Write a C program that calculates the area of a rectangle. The program should read the length and width of a rectangle from standard input and output the area.
The area of a rectangle is calculated using the formula: Area = length ร width
Example: If the length is 5.5 and the width is 3.2, the area would be 17.6.