Question: Write a program that reads a file (Data.txt) consisting of students test scores in the range 0200 . It should then determine the number of
Write a program that reads a file (Data.txt) consisting of students test scores in the range 0200. It should then determine the number of students having scores in each of the following ranges: 024, 2549, 5074, 7599, 100124, 125149, 150174, and 175200. Output the score ranges and the number of students.
(Run your program with the following input file: Data.txt
)

***Use one-dimensional array to store the data from the file (Data.txt).
**************************************************************************************
OUTPUTS:

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
