Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

JAVA 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 example of the proaram is shown below: 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 example of the program is shown below: Please enter shift 1,2, or 33 Please enter hours worked (can be a fractiot Do you want to participate in the retiremen: Enter 1 for Yes 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 Do you want to participate in the 4 car Vas and 2 for No 1 Tasks Create the AcmePay class. The AcmePaytprogram 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 with AI-Powered 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

Students also viewed these Databases questions