Question: In Java: Create two classes one for Students and one for driver class Students has three attributes: student name, grade 1, and grade 2 Create
In Java:
Create two classes one for Students and one for driver class
Students has three attributes: student name, grade 1, and grade 2
Create five objects(for five students) with different names, different grades and so on.
ask user to input name, grade1, and grade2 for the students
Ouput the list of students with their two grades
Output the class average for grade1
Output the class average for grade2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
