Question: Write the code that declares a class Employee with these data members; age, YearsofService and Salary. Provide public assessor methods to get and set each
Write the code that declares a class Employee with these data members; age, YearsofService and Salary. Provide public assessor methods to get and set each of the data members. Create 2 Employees, sets their age, YearOfService and Salary and prints their values. lmprove your program such that there is another method of Employee that reports thousands of dollars that the employee earns, rounded to the nearest 1000.
I want the code in java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
