Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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