In this video we use a Counter-Controlled while loop to compute the class Average. The designed program will ask the user to input the number of students in a class as well as the grade of each student.
Concepts:
while loop
Counter-Controlled Repetition
Variable Initialization
In the end we run the program and see how it works