C++ program without using prediefiend functions as i don’tunderstand how to input it in a file. thanks in advance
Assume the following input data stored in file (c:miuCSC105.dat) . Given that the rows represents thestudents and the 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. . . . .