I have a question about input loops and keeping track of it. I need to make a program that will keep track of all the grades of a class... the thing is that the class size varies every semester, there is no fixed number assigned to the number of students. The program will stop taking input when a student enters a grade of -1.I have a question about input loops and keeping