Question: Write a program which repeatedly reads numbers until the user enters done. Once done is entered, print out the total, count, average AND maximum of
Write a program which repeatedly reads numbers until the user enters "done". Once "done" is entered, print out the total, count, average AND maximum 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. (python)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
