Question: Create an application that uses an Employee class Use a Scanner to read in 5 employee information Create an array of 5 Employee objects Be
Create an application that uses an Employee class
Use a Scanner to read in 5 employee information
Create an array of 5 Employee objects
Be able to change 2 employees information (3-items for each employee)
Create an Employee report at the end using appropriate class methods, to generate the report that includes all of each employees info
Be sure to comment out your code and provide a UML drawing for the program
Create an Employee class, which holds following information:
Employee First Name
Employee Last Name
Employee Phone Number
Employee Address
Employee id
Employee Title
Employee salary
Make sure to include in the code:
Constructors Getters and setters
A minimum of 3 constructors including default constructor
equals() method
Helper methods
toString() method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
