Question: Write a method in java named studentAverages which takes a 2D array of integers as input. Each column in the 2D array is an assignment
Write a method in java named studentAverages which takes a 2D array of integers as input. Each column in the 2D array is an assignment and each row is composed of grades for a particular student. Your method should return an array of doubles representing the grades for each student. You may assume each assignment is scored out of 100 points.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
