Ex 16 | Class Average in C++

Опубликовано: 11 Июль 2026
на канале: frewizdum
21
0

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