Question: Write a C++ program that calculates GPA of n students, n and students grades are entered by the user: Ask the user to enter
Write a C++ program that calculates GPA of n students, n and students grades are entered by the user: Ask the user to enter the number of students (n), do not accept negative values. For each student: o Ask the user to enter the grades. The program must allow the user entering grades until he/she enters -5. All grades must be between 0 and 100 inclusive. o Compute the GPA (mean average of entered grades). o Do not forget to consider the case when the user enters -5 as first value.
Step by Step Solution
There are 3 Steps involved in it
C code include using namespace st... View full answer
Get step-by-step solutions from verified subject matter experts
