Question: we are programming under c++. Question: Write a program that calculates the total grade for N classroom exercises as a percentage. The user should put

we are programming under c++. Question: Write a program that calculates the total grade for N classroom exercises as a percentage. The user should put input the value for N followed by each of the N scores and totals. Calculate the overall percentage (some of the total points earned divided by the total points possible) and output it as a percentage make sure to use a loop. THE OUTCOME SHOULD LOOK EXACTLY LIKE THIS AND MAKE SURE TO USE A LOOP.
Enter the number of exercises to input: Enter the score received for Exercise 1: 89 Enter the total points possible for Exercise 1: 100 Enter the score received for Exercise 2: 95 Enter the total points possible for Exercise 2: 100 Enter the score received for Exercise 3: 100 Enter the total points possible for Exercise 3: 100 Your total is 284 out of 300, or 94.6667%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
