Employee Management System Program Michelle Wagner CPT 200 Fundamentals of Programming Languages Dr. Alkilani 6/6/2020
Employee Management System Program Michelle Wagner CPT 200 Fundamentals of Programming Languages Dr. Alkilani 6/6/2020
Michelle Wagner
Dr. Alkilani
6/6/2020
Employee Management System – Functionality 1
This functionality allowed the user to enter the Employee’s Name, SSN, Phone, Email, and
Salary. It would then print the output as list with each input labeled (such as SSN, Phone, Email,
and Salary).
Employee Management System – Functionality 2
This functionality implemented range, index and strings, the user would still enter the employee
Name, SSN, Phone, Email, and Salary. Once all the data was entered, then the program used the
index functionality to print the information based on the value 1-5 entered by the user. The
employee data was displayed in a line format instead of a list format like week 1.
Employee Management System – Functionality 3
The functionality for the 3rd week was to utilize loops and also to create 2 functionalities for the
system. One function would allow the user to add an employee and the other function would
allow the user to view all employees entered in the system. The program also included
functionality so if a user did not choose a valid menu option they would receive a message
and edit an employee’s information. The formatting was updated to produce the output in a list
where the employee’s name is surrounded by dashes and then after employee’s salary a line of
export the data to a file. The updated program allows the user to see how many employees are
currently entered in the Employee Management System at a given time. The user can still enter
same functionality as in Functionality 4 except that the user can import the employee data text file and
Throughout the process the functionality has been building upon the previous weeks functionality to