Question: Please use a do while loop for the condition. Write a C++ program that will ask users to enter test grades for 25 students in
Please use a do while loop for the condition.

Write a C++ program that will ask users to enter test grades for 25 students in a class and then compute an average test grade.If fewer than 25 students took the test, the user should enter -1 as a grade and break the loop, and only those entered grades will be used to compute the average. The program should also display the number of failed students if the pass mark is 60 and above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
