Question: Using the array scores discussed in Sect. 7.8, write a method to find the average for a particular exam. The method should take a reference
Using the array scores discussed in Sect. 7.8, write a method to find the average for a particular exam. The method should take a reference to a two-dimensional array and a column number as arguments. Then, implement a main method to find the average for each exam by calling a method inside a loop and output them.
Step by Step Solution
3.38 Rating (148 Votes )
There are 3 Steps involved in it
Source code import javautilScanner public class ExamAverage Method to calculate the average for a pa... View full answer
Get step-by-step solutions from verified subject matter experts
