Write a program to read in the first name, last name, hours worked, over time hours and hourly pay rate and computes and displays their regular pay, overtime pay, gross pay, federal tax deduction (20% of the gross pay), state tax deduction ( 5% of the gross pay) and the net pay. To calculate gross pay, any hours over 40 (overtime) should be calculated at time and a half. The report should print out
Name:
Hours Worked:
Hourly Paid:
The gross salary is :
Federal Tax:
State Tax:
Net Pay:
Can you include making the classes and all that. I wrote my code but it gives me tons of errors.