Ask a New Question

Question

Write a program that asks for the name of the employee, an hourly pay rate and hours worked. Compute gross pay (hours X rate), withholding tax, and net pay (gross pay minus withholding tax). Withholding tax is computed as a percentage of gross pay based on the following:

Gross Pay Witholding Percentage

Up to and including 300.00 10%
300.01 and up 12%
11 years ago

Answers

Related Questions

write a program that asks for the starting time and minutes of the call, and displays the charges. t... write a program that asks the user to enter today's sales rounded to the nearest $100 for each of th... Write a program that asks for the length and width of two rectangles. The program should tell the us... Write a program that asks the user to input a grade that he or she received on an exam. The grade is... Write a program that asks for and reads the price of a book (it may have a decimal part), multiplies... Write a program that asks the user to enter the number of packages purchased. The program should the... Write a program that asks for the number of calories and fat grams in a food. The program should dis... Write a program that asks the user for two numbers. Using a for loop, add all of the numbers from th... Write a program that asks a user for a radius value and then draws a blue circle inside a red square... Write a program that asks the user for a rating from 1-10. Follow these guidelines: If the user...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use