Question: Python Program Problem 1 Area of Rectangles (12.5 points) The area of a rectangle is the multiplication of the rectangle's length with the rectangle width.
Python Program Problem 1 Area of Rectangles (12.5 points) The area of a rectangle is the multiplication of the rectangle's length with the rectangle width. Write a program that asks for the length and width of two rectangles. And prints which rectangle has the greater or the same area I Problem 2 Days of the week (12.5 points) Write a program that asks the user to enter a number in the range of 1 through 7. The program should display the corresponding day of the week, where 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday, 7 = Sunday. The program should display an error message if the user enters a number that is outside the range of 1 through For the both problems . Use documentation Show the analysis, specifications, design Write your code in the script mode Upload by file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
