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
here'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
Get step-by-step solutions from verified subject matter experts
