Question: C++ programming language Loops & Files Write a program that opens the file: MOD7DATA.txt, reads all the values from the file, and calculates the following:
C++ programming language
Loops & Files
Write a program that opens the file: "MOD7DATA.txt", reads all the values from the file, and calculates the following: A) The number of values in the file B) The sum of all the values in the file (a running total) C) The average of all the values in the file. D) The minimum value. E) The maximum value. F) The range of the data set of values. G) The number of times the value: '357' occurrs in the file.
Display the resulting output for Items A-G.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
