Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create the AcmePay program for Acme Parts, which runs a small factory and employs workers who are paid one of three hourly rates depending on

image text in transcribed
image text in transcribed
image text in transcribed
Create the AcmePay program for Acme Parts, which runs a small factory and employs workers who are paid one of three hourly rates depending on their shift: 1. first shift, $17 per hour. 2. second shift, $18.50 per hour, 3. third shift, $22 per hour. Each factory worker might work any number of hours per week and any hours greater than 40 are paid at one and one-half times the usual rate. In addition, second-shift and third-shift workers can elect to participate in the retirement plan, for which 3% percent of the worker's gross pay is deducted from the paychecks. Write the AcmePay program that prompts the user for hours worked and the shift number; if the shift number is 2 or 3. prompt the user to enter the worker's choice to participate in the retirement plan (1 for "yes", 2 for "no"), Display (1) the hours worked, (2) the shift, (3) the hourly pay rate, (4) the regular pay. (5) overtime pay, (6) the total of regular and overtime pay. (7) the retirement deduction, if any, and ( 8 ) the net pay. An examole of the proaram is shown below: 2/2 Instructions pay. An example of the program is shown below: Please enter shift 1,2, or 33 Please enter hours worked (can be a fractiol Do you want to participate in the retiremen Enter 1 for Y es and 2 for No 1 Hours worked is 55.0 Shift: 3 Hourly pay rate is 22.0 Regular pay is 880.0 Overtime pay is 495.0 Retirement deduction is 41.25 Net pay is..........1333.75 Tasks Create the AcmePay class. The AcmePay program displays the correct pay information for a first-shift worker. The AcmePay program displays the correct Pay information for a second-shift worker. Tasks Create the AcmePay class. The AcmePay program displays the correct pay information for a first-shift worker. The AcmePay program displays the correct pay information for a second-shift worker. The AcmePay program displays the correct pay information for a third-shift worker

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

Refactoring Databases Evolutionary Database Design

Authors: Scott Ambler, Pramod Sadalage

1st Edition

0321774515, 978-0321774514

More Books

Students also viewed these Databases questions

Question

8. Explain the difference between translation and interpretation.

Answered: 1 week ago

Question

10. Discuss the complexities of language policies.

Answered: 1 week ago

Question

1. Understand how verbal and nonverbal communication differ.

Answered: 1 week ago