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:

 JAVA Write a program that calculates the average of math, science

Your program should meet the following requirements:

  1. The program must declare a two-dimensional array to save all data above.
  2. 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.
  3. The program must use nested for loop to calculate math, and science average as well as the total class average.
  4. 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

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!