Write a program to calculate net pay and totals from the


Write a program to calculate Net Pay and Totals from the inputs provided below. The program should use a loop & prompt user for inputs shown.

Emp# Gross Pay Fed Tax State Tax Fica. Net Pay
2244 1650 247.50 49.50 3.30 -
2610 1800 270.00 54.00 3.60 -
2680 1470 220.50 44.10 2.94 -
2720 1660 249.00 49.80 3.32 -
2550 1500 225.00 45.00 3.10 -

I need the program to calculate the net pay of each emp# and I also need the total gross pay, fed tax, state tax, and fica.
netPay = gross - fedTax - stateTax - fica

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write a program to calculate net pay and totals from the
Reference No:- TGS0645957

Expected delivery within 24 Hours