I would appreciate a little help with this I cant figure out why my avgArray[i] is not showing up. Im sure it is something simple but I am still fairly new to programming thanks for you help :).
Printable View
I would appreciate a little help with this I cant figure out why my avgArray[i] is not showing up. Im sure it is something simple but I am still fairly new to programming thanks for you help :).
you're calling this functions in the wrong order ;)
calculate the avg first and then display it then it works :DCode:DspOut();
CalcAvg();
Code:CalcAvg();
DspOut();