Question: Use a basic list structure to enhance Functionality 1 that you developed in Week 1. You should allow users to enter information for five employees

Use a basic list structure to enhance Functionality 1 that you developed in Week 1. You should allow users to enter information for five employees at the same time, where the first employee information entry is saved in index (0) and the second entry is saved in index [1), and so on. You want to make sure to enforce the user to enter the following employee information: employeeName, employeeSSN employeePhone, employeeEmail, employeeSalary. After the user finishes entering the last employee information, they should get a message to allow them to print specific employee information from the saved list. The user can enter values between 1 and 5, where 1 will return the employee information saved in the list index [O), 2 will return the employee information saved in the list index (1) and so on. The printed result should be in the following format: Mike Smith, 123123,(111)222-3333,mike@gmail.com.$6000

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!