Passing array to void function Thanks everyone. The problem was actually with my loop: [code] for(count = 1; count < SIZE; c...
Passing array to void functionI am getting zero, the lowest test score is 10 not zero. I created my own test file with only 10 sc...
Passing an array to function and retrun a valueI'm very new to C++; I thought when I returned avg in my function [code] return avg; [/code] I s...
Passing an array to function and retrun a valueAlso how do I get my code to look like yours when I post. I thought it was [code] [/code]? Here ...
Passing an array to function and retrun a valueThank you shredded, It did help somewhat, however, It is still returning zero. I did eliminate...