Answered You can hire a professional tutor to get the answer.
Write a class that accepts a user's hourly rate of pay and the number of hours worked.
1. Write a class that accepts a user's hourly rate of pay and the number of hours worked. Display the user's gross pay, the withholding tax (15% of gross pay), and the net pay (gross pay - withholding). Save the class as Payroll.java.