Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Programming Assignment #1

Pay Calculator

Acme Corporation needs a program to calculate how much to pay their hourly employees. The U.S.
Department of Labor requires that employees get paid time and a half for any hours over 40 that they
work in a single week. For example, if an employee works 45 hours, they get 5 hours of overtime, at
1.5 times their base pay. The State of California requires that hourly employees be paid at least $8.50
an hour. OSHA requires that an employee not work more than 60 hours in a week.

Create a program in Java that lets the user input their hourly rate and the number of hours worked. The
program will calculate their pay based on the rules above. Their pay will be displayed in a message
dialog.

What to turn in
Source code of all classes created.
Screen shot of program running.

You might also like