Question: JAVA PROGRAMMING ASAP Create a Student grading system. You should use a person base class (stores the name of the student). Derive a student class

JAVA PROGRAMMING ASAP

Create a Student grading system.

You should use a person base class (stores the name of the student).

Derive a student class from the person class. The student class stores the student ID.

The student class should also store the students 3 exams (Test 1, Test 2, and Test 3) and calculate a final grade (assume the 3 tests count equally).

Create an array of students for a class size of 15 students.

You can use the keyboard to read in all of the data for the 15 students (name, ID, and 3 grades).

Once all the data is taken from the user, you can average all the exams and create a final letter grade for all students.

A - 90-100

B - 80-89

C - 70-79

D - 64-69

F < 64

The program should create an output showing all the data for each student as well as writing all the results to a file (using PrintWrite class). Hand in all data (program, output file, and a screenshot of the output of the program).

PLEASE DONT FORGET TO WRITE THE RESULTS TO A FILE.

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!