Question: Solve the problem of finding the average value, the highest value, and the lowest value from a series of user entered integer numbers. The user
Solve the problem of finding the average value, the highest value, and the lowest value from a series of user entered integer numbers. The user will enter a series of integer numbers, one at a time. Acceptable numbers will range from to positive billion. If the user enters a noninteger value, or a value greater than billion, the program will ignore it and display the number of ignored entry attempts. The user will stop the entry of numbers by entering in a negative value such as Example of the behavior of the program:Please enter an integer value. Please enter an integer value. Please enter an integer value. Please enter an integer value. aPlease enter an integer value. Please enter an integer value. Please enter an integer value. The highest value is The lowest value is The average value is entry was ignored
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
