Displaying array

For a school assignemnt we need to make a little console game.

Its there a way to display a 2d array in it's array form like so:


xxxx
xxxx
xxxx
xxxx

??
If so how?

Cheers,
Tom
Here's some source I wrote a while back that may help: http://codepad.org/RyvduP6E Look at the functions PrintBoard and BlankBoard specifically.
Use nested loops
Topic archived. No new replies allowed.