Need Help! Which loop?

Im not sure which loop would be best to used for this project

Here are the guidelines

Create a program to handle a college class grades:

Capture the Teacher's name
Capture the Class designation
The program should ask how many students are in the class and do the following for each student:
Read the students name
Read in up to 10 grades for the student (from 0 - 100 is acceptable. If outside the range don't use the input, ask for a correction , 999 should stop input of grades if there are less than 10)
Calculate the average of the student's grades
Compute the student's grade as a letter grade
For the entire class
Compute the class's grade average
Determine how many A's, B's, C's, D's and F's are in the class.


Any feedback would be greatly appreciated
Last edited on
the best kind is the one you know how to use.
for
Topic archived. No new replies allowed.