Adding emp.totpay togethergot it [code]double Payroll(incomeInfo employee[], int NUM_EMPS) { double sum = employee[0].totP...
Adding emp.totpay togetheri add the void... and they are working.. but [code] getInfo(incomeInfo[], int); compute(incomeInfo...
Adding emp.totpay togetherSo I'm trying to finish this code up I have one function to complete and that is to add up all the e...
Global Var & multifunctionThanks coder77 i was able to fix it with that explanation
Global Var & multifunctionany help here would be appreciated still stuck here