I'm sure you know how to calculate average: average = total of scores / number of scores

To calculate each students grade:
Loop through each student, keeping track of the total scores. After...