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.
Enter a number: 4
Enter a number: 5
Enter a number: 7
Enter a number done
Exercise 2: 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: 4
Enter a number: 5
Enter a number 7
Enter a number done
Maximum =7.0
Minimum 4.0

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!