Okay, so i am attempting to write this program in which the user is prompted to enter the number of students (N) who took a test and their scores. it then asks for the students name. The program calculates the scores and gives the grade of each student. I understand the logic, only i dont know how to make it do the calculations N times so that it does the same operation until it reaches the number of students they entered. if you get what im saying? any help would be greatly appreciated.