Paycheck Overtime

Write a program PaycheckOvertime.java that takes the hourly wage of an employee, and then asks how many hours the employee worked in the past week. Then calculate and print out the employee’s pay for that week, with overtime work (greater than 40 hours per week) paid at 150 percent of the regular wage.

Sample interaction:

Enter hourly pay rate: 13.50
Enter hours worked this week: 42
$580.5