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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!