Question: Using Dev C++ (21 points) Create a data file containing around (but not exactly) 100 integers. The numbers should be on multiple lines in the
Using Dev C++

(21 points) Create a data file containing around (but not exactly) 100 integers. The numbers should be on multiple lines in the file, but do not include the same number of integers on each line of the file. Write a C++ program to read the integers into an array with a max size of 200.e., search for eof marker). The program should then determine and display (on the computer screen) the average value of the numbers (a real value), the number of integers greater than the average, and the number of integers less than the average. Print the program, the data file, and the output. 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
