Question
Write a code using Visual Studio C language. An employee is paid at a rate of $16.78 per hour for the first 40 hours worked
Write a code using Visual Studio C language.
An employee is paid at a rate of $16.78 per hour for the first 40 hours worked in a week. Any hours over that are paid at the overtime rate of one-and-a-half times that. From the worker's gross pay, 6% is withheld for Social Security tax. 14% is withheld for state income tax and $10 per week is withheld for union dues. If the worker has three or more dependents, then an additional $35 is withheld to cover the extra cost of health insurance beyond what the employee pays.
a) Write a program that will read in the number of hours worked in a week and the number of dependants as input and will then output the worker's gross pay, each withholding amount, and the net take-home pay for the week.
b) Modify your program so that it allows the calculation to be repeated as often as the user wishes. User enters the sentinel value -1 to terminate the program. Save this with a different filename from part (a).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started