I am trying to find the max number in an array. I have created a function and I am using the following code:
int maxValue( int myArray [], int size) { in
the paren after the for seems to be missing some contents.
normally it should be something like
for (i=0; i