Search:

Type: Posts; User: NickieBoren

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,341

    [SOLVED] Re: Problem with Multi-Dimensional Arrays

    Thank you! I wasn't changing it in the toString()!!
  2. Replies
    6
    Views
    1,341

    [SOLVED] Re: Problem with Multi-Dimensional Arrays

    Ok, you are right, I need to be more specific:

    Here is all of the code that you need to run the program:

    1. the BoardGameTester class



    import games.board.*;
  3. Replies
    6
    Views
    1,341

    [SOLVED] Re: Problem with Multi-Dimensional Arrays

    That was the first thing I tried and I get rows = columns. So the 6x7 Connect Four board comes out 6x6.
  4. Replies
    6
    Views
    1,341

    [SOLVED] Problem with Multi-Dimensional Arrays

    I can get the Tic Tac Toe game board to print, but not the other game boards.

    I get ArrayIndexOutOfBoundsException: 6
    which is the second array's row.

    If I edit the Board(), I can get the...
Results 1 to 4 of 4