Question: Write a program to find the smallest number, the largest number, and the average of any five numbers entered by the user. For example, if
Write a program to find the smallest number, the largest number, and the average of any five numbers entered by the user. For example, if the five numbers entered are 1, 2, 3, 4, and 5, the answers should be smallest =1, largest=2, and average=3. (Your program should handle any numbers from 1 to 1,000)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
