Answer
35.550000000000004
Work Step by Step
The program that displays the area and perimeter of a rectangle with the width of 4.5 and height of 7.9 will use the following formula:
area=width*height
$Code:$
width=4.5
height=7.9
area=width*height
print(area)
$Output:$
35.550000000000004