Question: 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 as follows: