A c++ program, thanks in advance ,
Assume the following input data stored in file (c:CSC.dat) . Given that the rows represents the students andthe columns represents five test Scores
85837791768090959348788111907392833069872383306987
Write a program to calculate students’ average test scores byusing a two-dimensional array to store the test scores, yourprogram must read data from input file and store data into the twodimensional array then calculate the average test score, and outputthe average of each row.
Expert Answer
An answer will be send to you shortly. . . . .