Question: C ++ program that asks for an arbitrary number of positive integers and finds the min, max, and average values of those numbers. The program
C ++ program that asks for an arbitrary number of positive integers and finds the min, max, and average values of those numbers. The program should stop accepting input when the user gives a negative number. The program then prints the minimum, maximum, and average values to the console on the same line. The code should contain a brief description of the main steps.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
