Question: 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
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.
Search
Enter a number:
Enter a number:
Enter a number:
Enter a number: done
Exercise : 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.
Enter a number:
Enter a number
Enter a number:
Enter a number done
Maximum
Minimum
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
