Develop a Java application that will determine the gross pay for each of three employees. The

company pays “straight line” for the first 40 hours worked by each employee and pays “time and a half”

for all hours worked in excess of 40 hours. You are given a list of employees of the company, the number

of hours each employee worked last week and the hourly rate of each employee. Your program should

input this information for each employee and should determine and display the employee’s gross pay.

Use input dialogs to input the data.

1 answer

Be aware ~~> No one here will write any programs for students. However, if YOU write what YOU THINK, someone here might check it for you.