Question: 7) [10pts] Write a program which repeatedly reads numbers until the user enters done. Once done is entered, print out the total, count, and average

 7) [10pts] Write a program which repeatedly reads numbers until the

7) [10pts] Write a program which repeatedly reads numbers until the user enters "done". Once "done" is entered, print out the total, count, and average of the numbers. If the user enters anything other than a number, detect their mistake using try and except and print an error message and skip to the next number. For example Enter a number: 4 Enter a number: 5 Enter a number: bad data Invalid input Enter a number: 7 Enter a number: done 16 3 5.333333333333333 8) [10pts] Write another program that prompts for a list of numbers as above and at the end prints out both the maximum and minimum of the numbers instead of the average

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!