Question: All of code must be commented out Create a Java application, that support the following: Create an Employee class, which holds following information: Employee First
All of code must be commented out
Create a Java application, that support the following:
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
Create an application that uses the Employee class
Constructors Getters and setters
A minimum of 3 constructors including default constructor
equals() method
Helper methods
toString() method
Create an array of 5 Employee objects
Use a Scanner to read in 5 employee information
Change 2 employees information (3-items each)
Create an Employee report at the end using appropriate class methods, to generate the report
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
