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

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:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
