Question: JAVA Write a program that calculates the average of math, science grades as well as total class average. The class gets the following math and
JAVA Write a program that calculates the average of math, science grades as well as total class average. The class gets the following math and science grade of mid-term:

Your program should meet the following requirements:
- The program must declare a two-dimensional array to save all data above.
- Create two static methods - one is for calculating the total class average and the other is for calculating the average of math and science each.
- The program must use nested for loop to calculate math, and science average as well as the total class average.
- The program only allows two decimal places. (Example: 25.54)
180.5 100 75.0 82.3 35.9 73.6 88.9 46.2 100 97.8 SCIENCE 25.5 92.5 65.5 79.6 22.7 66.2 98.7 62.3 100 99.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
