Question: 1 . Create a python file to store all classes and name it employees.py 2 . Create a python file which contains the main program

1. Create a python file to store all classes and name it employees.py
2. Create a python file which contains the main program to test your classes and name it
payroll_yourLastName_yourFirstName.py.(Make sure to import your class file in this file.)
3. Add comments on top of your program to document your code. Include Program description,
your name and date.
4. Create the required structures for the classes described above. Make sure to follow the
method/function name, return type and parameter list as described.
5. You can create extra methods/functions to enhance your program, but make sure to create the
required methods/functions first before adding any helper functions.
6. Use the following data to test your code.
CommissionPaid object: Fname1 Lname1, Finance, base pay: $500, sales: $15,000
CommissionPaid object: Fname2 Lname2, Sales, base pay: $1000, sales: $8,000
HourlyPaid object: Fname3 Lname3, Accounting, hourly rate: $20.5, hours: 60.0
HourlyPaid object: Fname4 Lname4, Marketing, hourly rate: $35, hours: 30.0
7. Summarize your data to display each employee information, and total payroll for the week. See
program output below.
8. Make sure your program is easier to read by adding comments and spaces, etc.
9. Your program grade will be based on the following criteria:
a. Program code and output accuracy 60%
b. Following program instructions for required identifiers/functions/classes/file names if
there are any 20%
c. Program documentation 15%
d. Program output display 5%
10. You will receive a 0 if you copy others code or let others copy your code. Please refer to Academy
Integrity in course syllabus.
11. Submit two python files and a screen shot of your output in Canvas for grading

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 Programming Questions!