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:...

Help me to make it easy and using while loop only
Write a C++ program that calculates GPA of n students, n and students grades are<br>entered by the user: Ask the user to enter the number of students (n), do not accept<br>negative values. For each student:<br>o Ask the user to enter the grades. The program must allow the user entering<br>grades until he/she enters -5. All grades must be between 0 and 100<br>inclusive.<br>o Compute the GPA (mean average of entered grades).<br>Do not forget to consider the case when the user enters -5 as first value.<br>

Extracted text: 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). Do not forget to consider the case when the user enters -5 as first value.

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here