question archive Create a payroll program Using java Enter Name, Hours, Rate and Gross
Subject:Computer SciencePrice:11.99 Bought3
Create a payroll program Using java Enter Name, Hours, Rate and Gross. Compute gross as Hours times Rate. Display Name, Hours Rate and Gross. Use Scanner class for your input and JOption as well as System.out.println for your output. Also format your output approprriately