Question: Develop a Java application that determines the gross pay for each of three employees. The company pays straight time for the first 40 hours worked
Develop a Java application that determines the gross pay for each of three employees. The company pays straight time for the first 40 hours worked by each employee and time and a half for all hours worked in excess of 40. Youre given a list of the employees, their number of hours worked last week and their hourly rates. You program should input this information for each employee, then determine and display the employees gross pay. Use class Scanner to input the data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
