posted 19 years ago
Here is the program. The previous problem was somehow fixed, and it's working now. This is supposed to print a chart with each employee's gross and net pay, then print a tally line with the total gross and net pay to all employees. It is printing "0.00" for each employees gross and net, but the total line is printing the correct total gross and net. I think there is a problem in main() between the methods processPay() and printEmployeeInfo(). What's the problem here?