Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Acme Parts runs a small factory and employs workers who are paid one of three hourly rates depending on their shift: first shift, $17 per

Acme Parts runs a small factory and employs workers who are paid one of three hourly rates depending on their shift: first shift, $17 per hour; second shift, $18.50 per hour; third shift, $22 per hour. Each factory worker might work any number of hours per week; any hours greater than 40 are paid at one and one-half times the usual rate. In addition, second- and third-shift workers can elect to participate in the retirement plan for which 3% of the workers gross pay is deducted from the paychecks.

Write a program that prompts the user for hours worked, shift, and, if the shift is 2 or 3, whether the worker elects the retirement (1 for yes, 2 for no). Display:

  1. Hours worked
  2. Shift
  3. Hourly pay rate
  4. Regular pay
  5. Overtime pay
  6. Total of regular and overtime pay
  7. Retirement deduction, if any
  8. Net pay.

image text in transcribed

Programming Exercise 5-6 Programming Exercise 5-6 ODI Instructions Tasks Acme Parts runs a small factory and employs workers who are paid one of three hourly rates depending on their shift: first shift, $17 per hour; second AcnePay functions as blul 00 expected shift, $18.50 per hour; third shift, $22 per out of 10.00 hour. Each factory worker might work any number of hours per week; any hours greater than 40 are paid at one and one-half times the usual rate, In addition, second- and third-shift workers can elect to participate in the retirement plan for which 3% of the worker's gross pay is deducted from the paychecks /> 0 out of 4 checks passed Review the results below for more details. Checks Test Case Incomplete AcmePay 1, 45 Write a program that prompts the user for hours worked, shift, and, if the shift is 2 or 3, whether the worker elects the retirement (1 for yes, 2 for no). Display: Test Case incomplete AcmePay 2, 30, 1 1. Hours worked 2. Shift 3. Hourly pay rate 4. Regular pay 5. Overtime pay 6. Total of regular and overtime pay 7. Retirement deduction, if any 8. Net pay Test Case Incomplete AcnePay 3, 56, 2 Test CaseIncomplete AcnePay 3, 56,1

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 Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

9th Edition

0135188148, 978-0135188149, 9781642087611

More Books

Students also viewed these Databases questions

Question

If X has distribution function F(t) = 0, t Answered: 1 week ago

Answered: 1 week ago