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.

Given code:

import java.util.*;

public class AcmePay {

public static void main(String[] args) throws Exception {

// Write your code here}

}

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

Distributed Relational Database Architecture Connectivity Guide

Authors: Teresa Hopper

4th Edition

0133983064, 978-0133983067

More Books

Students also viewed these Databases questions

Question

What is the purpose of role-based governance software?

Answered: 1 week ago

Question

Why would CPAs prefer to avoid estimates in financial reporting?

Answered: 1 week ago