Java Payroll Program Research Paper
An application that calculates the monthly paychecks for a number of different types of employees. The employee types are created in a subclass array based on parent base class Employee. Prompt the user for the data that was provided in the code for the class PayrollSystemTest Here is a sample of working with the program: 1) Salaried Employee2) Hourly Employee3) Commission Employee4) Base Plus Commission Employee5) Finish Entering Information> 1First Name > JohnLast Name > SmithSSN > 111-11-1111DOB Month > 6DOB Day > 15DOB Year > 1944Salary > 800Date object constructor for date 6/15/19441) Salaried Employee2) Hourly Employee3) Commission Employee4) Base Plus Commission Employee5) Finish Entering Information> 2First Name > KarenLast Name > PriceSSN > 222-22-2222DOB Month > 12DOB Day > 29DOB Year > 1960Hourly Wage > 16.75Hours Worked > 40Date object constructor for date 12/29/19601) Salaried Employee2) Hourly Employee3) Commission Employee4) Base Plus Commission Employee5) Finish Entering Information> 3First Name > SueLast Name > JonesSSN > 333-33-3333DOB Month > 9DOB Day > 8DOB Year > 1954Sales > 10000Pay Rate > 0.06Date object constructor for date 9/8/19541) Salaried Employee2) Hourly Employee3) Commission Employee4) Base Plus Commission Employee5) Finish Entering Information> 4First Name > BobLast Name > LewisSSN > 444-44-4444DOB Month > 3DOB Day > 2DOB Year > 1965Sales > 5000Pay Rate > 0.04Salary > 300Date object constructor for date 3/2/19651) Salaried Employee2) Hourly Employee3) Commission Employee4) Base Plus Commission Employee5) Finish Entering Information> 5Enter the current month (1 12): 1 Employees processed polymorphically: salaried employee: John Smithsocial security number: 111-11-1111birth date: 6/15/1944weekly salary: $800.00earned $3,200.00 hourly employee: Karen Pricesocial security number: 222-22-2222birth date: 12/29/1960hourly wage: $16.75; hours worked: 40.00earned $2,680.00 commission employee: Sue Jonessocial security number: 333-33-3333birth date: 9/8/1954gross sales: $10,000.00; commission rate: 0.06earned $2,400.00 base-salaried commission employee: Bob Lewissocial security number: 444-44-4444birth date: 3/2/1965gross sales: $5,000.00; commission rate: 0.04; base salary: $300.00new base salary with 10% increase is: $330.00earned $3,530.00 Employee 0 is a SalariedEmployeeEmployee 1 is a HourlyEmployeeEmployee 2 is a CommissionEmployeeEmployee 3 is a BasePlusCommissionEmployee
Is this the question you were looking for? If so, place your order here to get started!