This week you will develop the third functionality for the Employee Management System Project due in Week 5.
For this assignment, you will
Utilize looping to make your Python script for Functionality 2 (developed in Week 2 (attached to this order)) to run constantly.
Separate Functionality 1 (developed in Week 1 (attached to this order)) into the following two functionalities:
Add Employee – this functionality will allow users to add new employee to the system.
View all Employees – this functionality will view all employees in the system.
Use global variables to develop a counter to keep track of the number of employees in the system. A good employee management system should always give brief information about the existing number of employees. This counter can be shown to the user when they run the script as the following message:
There are (3) employees in the system.
Once you have completed Functionality 3, you must provide the following in a Word document and submit it through the Waypoint grading system:
One screen shot of the completed functionality.
An explanation of how you utilized looping to make the Python script for Functionality 2 run constantly.
A description of how you separated Functionality 1 into two functionalities.
An explanation of how you used global variables to develop a counter to keep track of the number of employees in the system.
A brief description of the purpose of this functionality.
The script for this functionality.