Employee Management System
Use variables, functions, and control structures to improve the “View all Employees” functionality you developed in Week 3 and utilize functions and the passing of parameters to add two new functionalities to your Employee Management System.
Update the “View all Employees” functionality you have developed in Week 3 to view the result in the following format:
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper Now—————————- Mike Smith —————————–
SSN: 123123123
Phone: 111-222-3333
Email: mike@g’mail.com
Salary: $6000
—————————- Sara Smith —————————–
SSN: 123123111
Phone: 111-222-4444
Email: sara@gmail.com
Salary: $6500
Now you will continue to employ the list data structure and utilize functions to add the following two new functions:
Search employee by SSN: This functionality makes use of looping and string parsing to search all the employees in the list and returns the information of the employee who has a SSN similar to the one that the user provided. Your system should display the employee information in the following format:
—————————- Mike Smith —————————–
SSN: 123123123
Phone: 111-222-3333
Email: mike@gmail.com
Salary: $6000
Sample Solution
The post Employee Management System appeared first on homework handlers.