Objective array question.

Nov 17, 2011 at 2:32am
So I have this array:
int alpha[]
My question is, how can I output alpha to print five components per line? I'm brain farting over here. Thanks
Nov 17, 2011 at 2:38am
Firstly, do you know how you'd output the alpha elements all on one line?

Try writing that, and then change it to do multi line from there.
Nov 17, 2011 at 2:41am
Thank you.
Topic archived. No new replies allowed.