This document provides instructions for iLab 3 of CIS247A, which involves modifying an Employee class. Students are asked to:
1. Add a static numEmployees variable to count Employee objects and initialize it to 0.
2. Increment numEmployees in constructors.
3. Add overloaded setDependents and setAnnualSalary methods that accept strings.
4. Make getNumEmployees static.
Students then modify the main method to:
1. Create Employee objects using different constructors.
2. Set attribute values using new overloaded setters.
3. Display employee information and number of employees.
Finally, students capture output, zip files, and