* For Python **Write a well-documented (commented) program that displays the monthly payroll for a company that hires both salaried and hourly employees. The program should contain a class named Employee having two subclasses named SalariedEmployee and HourlyEmployee. The Employee class should have an instance variable for “Name.” The SalariedEmployee class should have an instance variable for the monthly rate. The HourlyEmployee class should have instance variables for hourly rate and hours worked. Each subclass should have a calculatePay method. After the data for all of the employees has been entered, the program should display the month’s pay for each employee, the number of employees, the number of salaried employees, and the total payroll. The program should use a list of objects. A sample run would be as follows. Enter employee's name: Jane Enter employee's classification (Salaried or Hourly): Hourly Enter the number of hours worked in a month: 100 Enter hourly wage: 20 Do you want to continue (Y/N)? Y Enter employee's name: Fred Enter employee's classification (Salaried or Hourly): Salaried Enter monthly salary: 5000 Do you want to continue (Y/N)? N Jane: $2,000.00 Fred: $5,000.00 Number of employees: 2 Number of salaried employees: 1 Total monthly payroll: $7,000.00

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

* For Python **Write a well-documented (commented) program that displays the monthly payroll for a company that hires both salaried and hourly employees. The program should contain a class named Employee having two subclasses named SalariedEmployee and HourlyEmployee. The Employee class should have an instance variable for “Name.” The SalariedEmployee class should have an instance variable for the monthly rate. The HourlyEmployee class should have instance variables for hourly rate and hours worked. Each subclass should have a calculatePay method. After the data for all of the employees has been entered, the program should display the month’s pay for each employee, the number of employees, the number of salaried employees, and the total payroll. The program should use a list of objects. A sample run would be as follows. Enter employee's name: Jane Enter employee's classification (Salaried or Hourly): Hourly Enter the number of hours worked in a month: 100 Enter hourly wage: 20 Do you want to continue (Y/N)? Y Enter employee's name: Fred Enter employee's classification (Salaried or Hourly): Salaried Enter monthly salary: 5000 Do you want to continue (Y/N)? N Jane: $2,000.00 Fred: $5,000.00 Number of employees: 2 Number of salaried employees: 1 Total monthly payroll: $7,000.00 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education