Question: Exercise 3 / 5 : ( 2 0 Points ) Write a python code where you are asking the user to enter length and width

Exercise 3/5:
(20 Points)
Write a python code where you are asking the user to enter length and width of a rectangle.
Compute the Area (length * width) and Perimeter (2* length +2* width).(10 Points)
Display the result up to 2 decimal points to the screen. (10 Points)
Sample Output:
Enter length of the Rectangle: 9.2
Enter width of the Rectangle: 3.5
Area of the Rectangle =32.20
Perimeter of the Rectangle =25.40
Exercise 3 / 5 : ( 2 0 Points ) Write a python

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 Programming Questions!