Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

6th International Edition

061921323X, 978-0619213237

More Books

Students also viewed these Databases questions

Question

2. What are the different types of networks?

Answered: 1 week ago