Question: Java Please Write a program SEU needs a program to calculate how much to pay their hourly employees, and you have been hired to write

Java Please

 Java Please Write a program SEU needs a program to calculate

Write a program SEU needs a program to calculate how much to pay their hourly employees, and you have been hired to write that program. The SEU lows requires that employees get a base pay equal to 70 SAR per hour. An employee gets paid at the end of the month. For example if an employee worked for 48 hours, at the end of the month he gets paid the following: (base pay * hours) = 70 * 48 = 3360 SAR. Direction: Create a java project. Call it (SEU_youName). Your name must be written instead of yourName. Create a new class called (SEU). Write a method that takes the name of the employee, the base nay and hours worked as parameters, and prints the name of the employee and his/her total monthly payment. Write a main method that calls this method for each of these three employees: Sultan: worked for 33 hours. Abdulrahman: Worked for 44 Horse Rayanah: Worked for 10 hours. The output should be exactly like this: SEU [Java Application] C:\Program Files\Java\jre 1.80_101\bin\javaw.exe The payment for Sultan is: 2310 The payment for Abdulrahman is: 3080 The payment for Rayanah is: 700

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!