Question: 1. (20 points) Write a python program that asks the user for a number in the range of 1 through 7. The program should display
1. (20 points) Write a python program that asks the user for 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, and 7= Sunday. The program should display an error message if the user enters a number that is outside the range of 1 through 7. 2. (20 points) A software company sells a package that retails for $99. Quantity discounts are given according to the following table: Write a program that asks the user to enter the number of packages purchased. The program should then display the amount of the discount (if any) and the total amount of the purchase after the discount
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
