Question: can anyotiedfzdsfasdf Can anyone help me write this in python 3.6.4??? Electronics You are creating part of the payroll program for an Internet electronics store


can anyotiedfzdsfasdf
Can anyone help me write this in python 3.6.4???
Electronics You are creating part of the payroll program for an Internet electronics store named "FluffShuffle Electronics". The owner of FluffShuffle has given you the following requirements: FluffShuffle employs six (6) people. The owner doesn't expect significant growth in his company, but may grow in the future. All of the employee data (name, address, etc.) is kept in a text file on your disk. Your program will read this employee data from the file and use that data to calculate the payroll for company employees. The program will have to calculate the payroll deductions for each employee and their net pay. If you encounter errors while reading a data file, print an error message to the console, and close the file. Your program should not exit, since you might choose another file with correct data. Suppose that your programming team has come up with a design for this program. In this design the data for each employee on the payroll will be held in a list, a tuple, a dictionary or an object of the Employee class. You get to choose how an employees data is stored. An Employee has the following attributes: 1. employee number 2. name 3 street address 4. hourly wage 5. hours worked this week The Employee as a list or tuple or dict You can read the data for each employee into a list tuple, or dict, and then store that employee item as one element in the list of employees. The Employee Class Electronics You are creating part of the payroll program for an Internet electronics store named "FluffShuffle Electronics". The owner of FluffShuffle has given you the following requirements: FluffShuffle employs six (6) people. The owner doesn't expect significant growth in his company, but may grow in the future. All of the employee data (name, address, etc.) is kept in a text file on your disk. Your program will read this employee data from the file and use that data to calculate the payroll for company employees. The program will have to calculate the payroll deductions for each employee and their net pay. If you encounter errors while reading a data file, print an error message to the console, and close the file. Your program should not exit, since you might choose another file with correct data. Suppose that your programming team has come up with a design for this program. In this design the data for each employee on the payroll will be held in a list, a tuple, a dictionary or an object of the Employee class. You get to choose how an employees data is stored. An Employee has the following attributes: 1. employee number 2. name 3 street address 4. hourly wage 5. hours worked this week The Employee as a list or tuple or dict You can read the data for each employee into a list tuple, or dict, and then store that employee item as one element in the list of employees. The Employee Class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
