subject

An employee is paid at 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 one half times that. From the worker's gross pay, 6% is witheld for social security tax, 14% is witheld for federal income tax, 5% is witheld for state income tax, and 10 dollars per week is witheld for union dues. If the worker has three or more dependents, then the additional 35 dollars is withheld to cover the extra cost of helf insurance beyond what the employer pays. Write the program that will read in the number of hours worked in a week and the number of dependents as input, and will then output the worker's gross pay , each witholding amount , and the net take home pay for the week. For the harder version , write your program so that it allows the calculation to be repeated as often as the user wishes.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 13:00
In a heat transfer course, we can derive the equation for the temperature distribution in a flat rectangular plate. in this example, we will look at a plate at steadystate with three sides being held at t1, and one side held at t2. the temperature for any location on the plate, t(x,y), can be calculated by where create a function (prob3_5) that will take inputs of vectors x and y in feet, scalar n, scalars l and w in feet and scalars t1 and t2 in degrees fahrenheit. it will output a matrix t which is the temperature of each x and y locations. t will have the number of columns equal to the number of elements in x and rows equal to the number of elements in y. though this can be done without loops (perhaps more efficiently), your program must use a nested loop.
Answers: 2
question
Computers and Technology, 25.06.2019 05:00
How does computer network work in a paragraph
Answers: 1
question
Computers and Technology, 25.06.2019 05:50
Acolor class has three public, integer-returning accessor methods: getred, getgreen, and getblue, and three protected, void-returning mutator methods: setred, setgreen, setblue, each of which accepts an integer parameter and assigns it to the corresponding color component. the class, alphachannelcolor-- a subclass of color-- has an integer instance variable, alpha, containing the alpha channel value, representing the degree of transparency of the color. alphachannelcolor also has a method named dissolve (void-returning, and no parameters), that causes the color to fade a bit. it does this by incrementing (by 1) all three color components (using the above accessor and mutator methods) as well as the alpha component value. write the dissolve method.
Answers: 2
question
Computers and Technology, 25.06.2019 08:00
Most computers today support the standard, in which the computer automatically configures new devices as soon as they are installed and the pc is powered up.
Answers: 1
You know the right answer?
An employee is paid at rate of 16.78$ per hour for the first 40 hours worked in a week. Any hours ov...
Questions
question
Mathematics, 13.09.2021 14:00
question
Mathematics, 13.09.2021 14:00
question
Mathematics, 13.09.2021 14:00
question
Mathematics, 13.09.2021 14:00
question
Social Studies, 13.09.2021 14:00
question
Biology, 13.09.2021 14:00
question
Mathematics, 13.09.2021 14:00
Questions on the website: 13722363