Write a program that calculates the total grade for three classroom exercises as a percentage. Use the Decimal Format class to output the value as a percent. The scores should be summarized in a table. Input the assignment information in this order: name of assignment (may include spaces), points earned (integer), and total points possible (integer). The percentage is the sum of the total points earned divided by the total points possible. Sample input and output is shown below.
Name of exercise 1:Group ProjectScore received for exercise 1:10Total points possible for exercise 1;10Name of exercise 2:HomeworkScore received for exercise 2:7Total points possible for exercise 2:12
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.