Write your question here.
please help me to write this program my teacher told us to write this program and no one write it , it is difficlut
You are required to help a teacher to manage his class by developing a C++ program as per the following requirements:
The program should read the grades of 10 students for 4 courses CS140, CS240,CS340, and CS440 from the keyboard (e.g. cin) and store them in a two dimension arrayFor each student, you are required to calculate three values from his grades , namely:
mean (i.e. average)
median
range
The above values for each student should be stored in different array.
Once the calculation step is done , you should print all grades plus all statistics for each student.