Question: write in java with comments. Create a class for an Employee that contains an EmployeeID, LastName, FirstName, and email. Create a program that prompts the
write in java with comments.
Create a class for an Employee that contains an EmployeeID, LastName, FirstName, and email. Create a program that prompts the user to enter the Employee items, creates an object to store the data and then stores reference to the object in an array. Sort the array by employee lastname. Prompt the user to enter data for three employees. Walk through the array object by object and display each objects content.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
