Question: I need help with C++ problem. The program lets the user enter numbers from a file called Random.txt until the file is entirely read. After
I need help with C++ problem. The program lets the user enter numbers from a file called Random.txt until the file is entirely read. After the file has been read in, the program should print out the Largest number entered, the Smallest number entered, the total count of numbers typed in and the Average of all the numbers entered. The program should check to be sure that at least one value was entered so that when computing the Average, the program does not divide by zero.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
