Question: C++ Write a program that determines the average grade for a class. - First, the program asks the user for the number of students in
C++
Write a program that determines the average grade for a class. - First, the program asks the user for the number of students in the class. - The program then asks the user for the grade of each student. - When the correct number of grades have been entered, it computes and displays the average grade. You are required to use a for loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
