Question: Done in Java 1. Create a Student class in the Student file that: has the following fields, or data attributes: lastname, firstname, studentID, major has
Done in Java
1. Create a Student class in the Student file that:
has the following fields, or data attributes: lastname, firstname, studentID, major
has one constructor that has four parameters that correspond to the fields
has accessors and mutators for the four fields
2. In the main program file:
create three Student objects
print out each students' state (the value of the four fields)
change one student's major
print out each students' state (the value of the four fields)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
