Question: USING JAVA In the Student Class You will: 1. Add a char grade variable 2. Add a set Grade() Method based on the Average 80(A),70(B),60(C),50(D),
USING JAVA


In the Student Class You will: 1. Add a char grade variable 2. Add a set Grade() Method based on the Average 80(A),70(B),60(C),50(D), else (F) 3. Add a getGrade Method 4. Add a double getAverage() Method From your Main Method. GradeBook Class You will 1. Using Scanner in a Loop create an Array of Five Students. 2. Load in their Name, set their Marks. 3. Set their Grade 4. Create another Loop to Print Their Average. 5. Create a double highGrade(Student[] student) 6. Create a void createGradeBook() o Print the Student Name o Print the Student's Average o Print the Student's Grade o Print the Difference from the Class Average At the TOP Before the Header Print the Class Average and Highest Mark - NOTE: Ensure you pad your names with spaces. Sample Output All New Student Grade Book Grade Average: 80.2% Highest Grade: 998 Student Average Grade Difference from Ave April Eric Lisa Jill 84 100 74 95 A B +3.88 +19.8% -6.2% +14.8% A Names: April, Eric, Peter,Alexnadra, Lisa Mark1: 8, 9.5,6,10,4 Mark2: 10,7,8,9.5,4.6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
