Question: Using Gradebook.java (below) and GradebookTest.java (below) Complete an application (code provided) that takes in an Array of 30 Grades (integer) and returns the maximum grade,

 Using Gradebook.java (below) and GradebookTest.java (below) Complete an application (code provided)

Using Gradebook.java (below) and GradebookTest.java (below) Complete an application (code provided) that takes in an Array of 30 Grades (integer) and returns the maximum grade, minimum grade, average of all grades, and prints a Bar Chart to show the grade distribution Note: maximum grade, minimum grade, average grade, and the Bar Chart must be implemented as separate methods. Some given code might not be needed. Given Below: Given Methods://init Array java public void outputGrades()//GradeBook .java public void output BarChart()//GradeBook. Java public double getAverage (int[] setofGrades) public int getMaximum () public int getMinimum() Sample output: C:\Users\cphillips42 19 java Grade BookTest Welcome to the grade book for CSCI 2315 Introduction Data Structures! The grades are

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!