2D array display

how do i code a loop to display a 2d array of chars???
You need too loops, one on the outside and one on the inside -- called a "nested loop".
The outside loop should concern itself with lines/rows.
The inside loop should concern itself with columns/chars.

Now you'll have to go think about it. Good luck!
Topic archived. No new replies allowed.