My project is to create a file that calculates the average of a students grade from a file. I have the correct file output, but I am also supposed to get an output on the console.
Sample Output: Console (given provided input file)
Damian Hess 6.5
Andrew Nielsen 6.2
Alfred Yankovic 6.9
Inga Scharf 7.6
You have one array of 10, which will hold only one students grades, which, when the program finishes, will be the last student, 'Inga'. You have one string variable for first name, and one for last. Again, when program finishes, will contain the last student, "Inga Scharf'.