Answer to Question #49693 in C++ for Ch Mohsin Javed
Question #49693
Assume that a video store employee works 50 hours. He is paid accordingly:
$4.50 for the first 40 hours 1.5 times the regular pay rate for the first five hours over 40 Doubleātime pay for all hours over 45
After calculating the basic pay according to the above details, 28 percent tax is also deducted from his salary. After deducting the tax from Basic pay we get the Net Pay. Write a program that prints his Basic Pay, Tax, and Net pay on the screen. Label each amount with appropriate titles and add appropriate comments in the program.
$4.50 for the first 40 hours 1.5 times the regular pay rate for the first five hours over 40 Doubleātime pay for all hours over 45
After calculating the basic pay according to the above details, 28 percent tax is also deducted from his salary. After deducting the tax from Basic pay we get the Net Pay. Write a program that prints his Basic Pay, Tax, and Net pay on the screen. Label each amount with appropriate titles and add appropriate comments in the program.
Expert's answer
Need a fast expert's response?
Submit orderand get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment