Reference no: EM132432066
Write a C++ function that filled the array with student's score in the range 0-200.
The C++ function that read the array content and then determine the number of students having scores in each of the following ranges: 0-49, 50-99, 100-149, and 150-200. Display the ranges and number of students.
The C++ function that the content of the array.
The program that declares an array Score of 50 components of type int. Your program must invoke(call) the function above.
(Run the program with the following input data: 76, 89, 150, 135, 200, 76, 12, 100, 150, 28, 178, 189, 167, 200, 175, 150, 87, 99, 129, 149, 176, 200, 87, 35, 157, 189.)