Question: Create a Student class with the following fields : Java firstName, lastName, ssn, dateOfBirth Now create 5 Students and add them to a list. Next
Create a Student class with the following fields : Java
firstName, lastName, ssn, dateOfBirth
Now create 5 Students and add them to a list.
Next iterate through the list and print out the students firstName, lastName, ssn, dateOfBirth.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
