Question: Lab 2 C: For this assignment, create a program that will read in a width and height from the user and calculates the area and

Lab2C: For this assignment, create a program that will read in a width and height from the user and calculates the area and perimeter of a rectangle. The formula for perimeter is P=2**(height + width) and the formula for area is A=(height*width). Format the outputs following this sample run. User input is in bold. The class and filename should be called
Lab2C.py.
Sample run:
Enter a width: 4
Enter a height: 8
The area is 32
The perimeter is 24
 Lab2C: For this assignment, create a program that will read in

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!