Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I have to write an object-oriented Java program that implements a class gradebook using a two-dimensional array list and use 5 methods. the first needs

I have to write an object-oriented Java program that implements a class gradebook using a two-dimensional array list and use 5 methods.

the first needs to return a two-dimensional array with students names and their grades entered by the user using java.util.Scanner.

the second needs to accept that two-dimensional array as a parameter and return a two-dimensional array that includes the students average.

the third should accept that two-dimensional array as a parameter and return a two-dimensional array that includes class average of each assignment.

the fourth needs to accept that two-dimensional array as a parameter and return a two-dimensional array that includes the students overall letter grade based on the average.

the fifth is the main method and format the output. It also needs to call all the other methods.

example:

image text in transcribed

Average Letter Grade Grade 2 Grade 3 Grade 4 Grade 1 100 Nane Beta Ganna Theta 65.75 95.00 89.90 180 Zeta Siena Lanbda 93.75 66.25 180 75 Khai Average 10 69.30 46.25 79.05 88.50 71.50 Average Letter Grade Grade 2 Grade 3 Grade 4 Grade 1 100 Nane Beta Ganna Theta 65.75 95.00 89.90 180 Zeta Siena Lanbda 93.75 66.25 180 75 Khai Average 10 69.30 46.25 79.05 88.50 71.50

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

4. Devise an interview strategy from the interviewers point of view

Answered: 1 week ago