[Solved]-Trying Create Check Check Employee Management Systems Java Employee Class Get Set Method F Q37277966
I am trying to create a check in/check out employee managementsystems in java.
I have an employee class with get/set method with followattributes
private int employeeID;
private String empName;
private double amountOfItemSold;
private double empWage;
private double timeWorked;
Can you guys help me write it to keep track of employees. Iwould like to create objects and stored them in an arraylist orhashmap….. thank you.
Expert Answer
Answer to I am trying to create a check in/check out employee management systems in java. I have an employee class with get/set me… . . .
OR

