Hello, Thank you for looking at this with me.

Im currently writing a basic basic program to sort of take a couple grade for test, quizzes etc, display the results for each student entered, Ive got this basis down. Now what i am having a hard time with is this:

1) the highest and lowest scores of the class.
2) the avg scores of the entire class.

i think for the high and low scores,i should use an if statement to determine whether or not the total points is higher or lower than the previous one and store the new value it if it is. But really i dont have the programming knowledge to do this.

For the average,i should just keep adding the total points every loop then divide it by the number of students, but im not sure how to store each score and have it add it all up in the end.

Any help would be greatly appreciated thank you!