Question: Write a program to implement the algorithm discussed in class today, e.g., get a series of integers from the user stopping at the first entry

Write a program to implement the algorithm discussed in class today, e.g., get a series of integers from the user stopping at the first entry <= 0 (the sentinel, which is NOT part of the data set). Then, after getting the series of entries, print the sum, count, largest value, smallest value, and (floating-point) average of the series, if these statistics exist. Otherwise a message indicating there are no statistics.The ONLY floating-point value in this program is the average. You may not use floating-point variables for any other values. Use the basic design from class, extended as needed for the other values I ask for.

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 Programming Questions!