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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started