Question: USING JAVA! Please make sure the code Includes getting the name of five students and two grades per student from the user. Instructions below... You

USING JAVA! Please make sure the code Includes getting the name of five students and two grades per student from the user. Instructions below...

You are going to be creating a Student Class, copying the Class provided in the Google Link below. You are going to do the following:

In the Student Class You will:

  1. Add a char grade variable
  2. Add a setGrade() 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. (1 Loop)
  3. Set their Grade (Include in loop after creating object)
  4. Create another Loop to Print Their Average. (2nd Loop)
  5. Create a double highGrade(Student[] student)
  6. Create a void createGradeBook(Student[] student )
    • Print the Student Name
    • Print the Student's Average
    • Print the Student's Grade
    • 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.

NOTE: AVG is Invalid. Just a Sample Output.

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!