Question: just need the code to be able to run Develop a program C++ that will determine the gross pay and net pay (after taxes). Employees
just need the code to be ableDevelop a program C++ that will determine the gross pay and net pay (after taxes). Employees earn over time for all hours worked over 40. Taxes are computed at 15% for all earnings over 500.00 dollars if the number of dependents is 2 or less and 12.5% if the number of dependents are 3 or more. Earnings of less than 500.00 are not taxed Sample input/output dialog: Enter # of yours worked : 20.00 Enter rate of pay: 10,00 Enter number of dependents : 2 0000000000000 RESULTS 000000000000 Gross salary is : $9999.99 Taxes withheld: $99.99 Net Salary after taxes is: $999.99 ###### Develop a program C++ that will determine the gross pay and net pay (after taxes). Employees earn over time for all hours worked over 40. Taxes are computed at 15% for all earnings over 500.00 dollars if the number of dependents is 2 or less and 12.5% if the number of dependents are 3 or more. Earnings of less than 500.00 are not taxed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
