question archive Create a payroll program named CalcPay using input file named Employ
Subject:Computer SciencePrice:0 Bought3
Create a payroll program named CalcPay using input file named Employ.dat to read Name, Hours, and rate. calculate gross and netpay by deducting federal withholding from gross pay. You must demonstrate proficiently the use of methods
Compute federal withholding tax which is subtracted from gross pay based on the following table: Hints: (100pts) Use methods as deemed appropriate. 0 to 99.99 6% 100.00 to 299.99. Produce two output 1. On the screen and the other create an output file named Employout.dat.