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
Create a python file to store all classes and name it employees.py
Create a python file which contains the main program to test your classes and name it
payrollyourLastNameyourFirstName.pyMake sure to import your class file in this file.
Add comments on top of your program to document your code. Include Program description,
your name and date.
Create the required structures for the classes described above. Make sure to follow the
methodfunction name, return type and parameter list as described.
You can create extra methodsfunctions to enhance your program, but make sure to create the
required methodsfunctions first before adding any helper functions.
Use the following data to test your code.
CommissionPaid object: Fname Lname Finance, base pay: $ sales: $
CommissionPaid object: Fname Lname Sales, base pay: $ sales: $
HourlyPaid object: Fname Lname Accounting, hourly rate: $ hours:
HourlyPaid object: Fname Lname Marketing, hourly rate: $ hours:
Summarize your data to display each employee information, and total payroll for the week. See
program output below.
Make sure your program is easier to read by adding comments and spaces, etc.
Your program grade will be based on the following criteria:
a Program code and output accuracy
b Following program instructions for required identifiersfunctionsclassesfile names if
there are any
c Program documentation
d Program output display
You will receive a if you copy others code or let others copy your code. Please refer to Academy
Integrity in course syllabus.
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
