Prepare a program that calculates the take-home pay for an


Problem

Write a program that calculates the take-home pay for an employee. The two types of employees are salaried and hourly. Allow the user to input the employee first and last name, id, and type. If an employee is salaried, allow the user to input the salary amount. If an employee is hourly, allow the user to input the hourly rate and the number of hours clocked for the week. For hourly employees, overtime is paid for hours over 40 at a rate of 1.5 of the base rate. For all employees' take home pay, federal tax of 18% is deducted. A retirement contribution of 10% and a Social Security tax rate of 6% should also be deducted. Use appropriate constants. Design an object-oriented solution. Create a second class to test your design.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Prepare a program that calculates the take-home pay for an
Reference No:- TGS02645382

Expected delivery within 24 Hours