Question: I am pulling a file and reading the Min,Max,Sum,Count and Avg I need help fixing the min and maximum finder as well as having the

I am pulling a file and reading the Min,Max,Sum,Count and Avg
I need help fixing the min and maximum finder as well as having the program ask for another file name if the input is invalid
Write a C++ program that will: 1. Ask the user for the name of a data file. echo print the file name 2. open the data file - if the file fails to open print an error message and return to step 1 3. read an unknown number of integers from the file stop reading when you have reached the end of the file 4. report the Min, Max, Sum, Count, and Average of the data (round output Contents [hide] 1 Sample Run 2 Sample Input Data File 3 Documentation 4 Comments for Code Sections Sample Run [edit] Enter Data File Name: progila.txt min=10 Max=92 Sum =1284 Count =21 Average =61.14
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
