Question: Create a python program with the following specifications The program asks the user how many test scores to average together (with an appropriate prompt). .

 Create a python program with the following specifications The program asks

Create a python program with the following specifications The program asks the user how many test scores to average together (with an appropriate prompt). . If the user asks to enter more than 10 grades, the program should print a message that the user must upgrade to the paid version to average that many grades, and then stop. o o If the user asks to enter 0 grades, the program should print "that was easy!" and then stop. If the user asks to enter a negative number of grades, the program should print a message explaining how entering a negative number of entries is impossible. Sarcasm welcome here, but don't be too hard on the user. o The program then lets the user enter the required number of test grades (one at a time). Any number is fine, negative, positive, or zero. You may assume grades will be integers. o o After entering the correct number of test grades, the program should print the final average of these numbers. Small bonus for a program that provides a running average as scores are being entered. o

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!