Question: Java Help: I have a superclass student with subclasses; Undergraduate and Graduate_Student which extend student class. I need the program to allow the user to
Java Help:
I have a superclass student with subclasses; Undergraduate and Graduate_Student which extend student class.
I need the program to allow the user to enter the name, ID number and exam results for each student.
Undergraduate and Graduate_Student' students are each required to sit 3 exams.
Undergraduate Students pass if the average mark of their 3 exam results is >=40.
Graduate_Student' students pass if the average mark over the 3 exams >=50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
