Write a program in C++ which prompt the user to enter the value of hours worked and the program will compute and display the gross pay and netpay.The gross pay is calculated as hours worked times the...

Write a program in C++ which prompt the user to enter the value of hours worked and the program will compute and display the gross pay and netpay.The gross pay is calculated as hours worked times the rate for the first 40 hours, plus hours worked times 1.5 times the rate for any hours over 40.The rate is $2.50 per hour.The net pay is calculated as gross pay minus income tax. Income tax is calculated as 25% gross pay for gross pay which is over $1000 ,20% of gross pay if gross pay is not more than $1000 but is more than $600 and 10% of gross pay if gross pay is not more than $600
Nov 15, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here