Question: Please help me with the following c++ code and please make a text file that names Ch8_Ex4Data.txt, that has the following data in them the
Please help me with the following c++ code

and please make a text file that names Ch8_Ex4Data.txt, that has the following data in them

the output should look like this

please dont give me this as your result, it dose not work

thank you.
Write a program that reads a file 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,150 174, and 175-200. Output the score ranges and the number of students. (Run your program with the following input data: 76,89,150,135,200,76,12,100,150,28, 200,175,150,87,99,129,149,176 200,87,35,157,189 Expected Output \begin{tabular}{|l|l|l|l|} \hline 0241 & 25492 & 50740 & 75996 \\ \hline 1251493 & 1501745 & 1752008 \\ \hline \end{tabular} 1001241
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
