I have been working on this homework problem for quite a while now and I just can't figure out how to get the program to print out more than one column/row. I followed the instructions in the program, but obviously I have done something wrong. Why does it stop after 1 loop? rowCounter is less than the constant MAX(5), so shouldn't it loop until it reaches 5?
I got the program to work after Zhuge's response. Thanks, but I'm still trying to figure out why it matters if I have "rowCounter++;" inside the inner loop rather than in the outside loop.