This document provides instructions for iLab 3, which involves modifying a pre-existing Employee class. Specifically, it asks students to:
1. Add a static numEmployees variable to count objects and increment it in constructors.
2. Overload setDependents and setAnnualSalary methods to accept strings in addition to default types.
3. Make getNumEmployees static.
It then provides steps for modifying the Employee class and main method to test the changes, as well as capturing output and submitting results. The goal is to enhance the class with static variables and overloaded methods.