Q1) Write down a program to displays a weekly payroll report. A loop in the program should ask the user for the employee number, gross pay, state tax, federal tax,
and FICA withholdings. The loop
will terminate when 0 is entered for the employee number. After the data is entered, the program should display total for gross pay, stated tax, federal tax,
FICA witholdings and net pay.
** INPUT VALIDATION: DO NOT ACCEPT NEGATIVE NUMBERS FOR ANY OF THE ITEMS ENTERED. IF THE STATE TAX + FEDERAL TAX + FICA
WITHOLDINGS FOR ANY EMPLOYEE IS GREATER THAN GROSS PAY, PRINT AN ERROR
AND ASK THE USER TO REENTER THE DATA FOR THAT EMPLOYEE **