Search:

Type: Posts; User: nWeid1

Search: Search took 0.16 seconds.

  1. Replies
    4
    Views
    2,122

    Re: Printing 2d array

    Tjstretch, I am an idiot for using board[rows][columns] and not boards[i][j] lol thanks for pointing out the obvious. And thanks for the !board[][] tip. It's working now, thanks!
  2. Replies
    4
    Views
    2,122

    Re: Printing 2d array

    Well, the first loop can be deleted for now. At this point in time, I just want to print out a table of -'s of a given number of rows and columns and isn't that what the second loop does? It starts...
  3. Replies
    4
    Views
    2,122

    [Solved] Printing 2d array

    I have to write a program for my programming class prints out a table filled with "-"s and randomly fills them with "#"s. So first, I have to create a 2d array where the number of rows and columns...
Results 1 to 3 of 3