Develop a Java application that will determine the gross pay for each of the three employees. The company pays "strait time" 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 imput dialogs to imput the data.
This was the assignment could someone please help me start writing this program!