Question: Need Java code for this assignment. I am using Eclipse IDE. Ratings will be given to correct responders: 8. Grade Book A teacher has five

Need Java code for this assignment.

I am using Eclipse IDE.

Ratings will be given to correct responders:

Need Java code for this assignment. I am using Eclipse IDE. Ratings

8. Grade Book A teacher has five students who have taken four tests. The teacher uses the following grading scale to assign a letter grade to a student, based on the average of his or her four test scores: Test Score Letter Grade 90100 A 8089 B 7079 C 6069 D 059 F Write a class that uses a String array or an ArrayList object to hold the five students names, an array of five characters to hold the five students letter grades, and five arrays of four doubles each to hold each students set of test scores. The class should have methods that return a specific students name, the average test score, and a letter grade based on the average Demonstrate the class in a program that allows the user to enter each students name and his or her four test scores. It should then display each students average test score and letter grade. Input Validation: Do not accept test scores less than zero or greater than 100.

8. Grade Book A teacher has five students who have taken four tests. The teacher uses the following grading scale to assign a letter grade to a student, based on the average of his or her four test scores: Test Score Letter Grade 90-100 A 80-89 B 70-79 C 60-69D 0-59 F Write a class that uses a string array or an ArrayList object to hold the five students' names, an array of five characters to hold the five students' letter grades, and five arrays of four doubles each to hold each student's set of test scores. The class should have methods that return a specific student's name, the average test score, and a letter grade based on the average. 620 Demonstrate the class in a program that allows the user to enter each student's name and his or her four test scores. It should then display each student's average test score and letter grade. Input Validation: Do not accept test scores less than zero or greater than 100

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!