Question: Python 3.8 Write a program that displays the area and perimeter of a rectangle with the width of 4.9 and height of 7.5 using the

Python 3.8
Write a program that displays the area and perimeter of a rectangle with the width of 4.9 and height of 7.5 using the following formulas:
area=width*height
perimeter=2*width +2*height
 Python 3.8 Write a program that displays the area and perimeterhere's what i came up with...

Pythen C This Is In Python TG Python Program t x (165) 32. The prin C Language *Untitled - Notepad Java SQL MYSQL Python B Tools File Edit Format View Help float(input('Please Enter the Width of a Rectangle: ')) float(input('Please Enter the Height of a Rectangle: ')) width %3D height # calculate the area width * height Area = # calculate the Perimeter Perimeter = 2 (width + height) print ("Area of a Rectangle is: ") print("Perimeter of Rectangle is: ")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!