The problem states that I have to ask the user how many quizzes they have taken. We take the number of quizzes they enter and prompt the user that many times (ex: they say 3 quizzes, we have to have an input dialog box 3 times asking them for their grade, separately) and each dialog box is unique, meaning it says: Enter quiz grade 1: , Enter quiz grade 2: , Enter quiz grade 3.
then i have to take all of their quiz grades and find the average.
I have to use a loop, and maybe an if statement, if necessary.
please help, I am stuck and can't think of anything. thanks