#Java Employee Salary #Calculator



#Java Employee Salary #Calculator

#Java Employee Salary #Calculator

Beginners’ #Java program to calculate an employees #WeeklySalary based on hours worked. The program will prompt the user to enter the hours worked and hourly rate. The program will calculate regular pay for first 40 hours and also overtime pay for any extended hours beyond 40. The overtime hours will be paid @1.5 of the regular hourly rate. Then program will display the regular pay, overtime pay and total pay.

Comments are closed.