Search:

Type: Posts; User: s1mmi

Search: Search took 0.34 seconds.

  1. Replies
    11
    Views
    2,473

    Re: Help with 2 Dimensional Arrays

    Can you show me how I can fill the board with 0s and 1s?
  2. Replies
    11
    Views
    2,473

    Re: Help with 2 Dimensional Arrays

    I understand what you are saying. Index are element - 1. I don't know how to go forward with filling the board with 0s and 1s in the 3x3 position. For example for each number of row and column such...
  3. Replies
    11
    Views
    2,473

    Re: Help with 2 Dimensional Arrays

    How do I randomly fill with 0s and 1s in the 3x3 board?
  4. Replies
    11
    Views
    2,473

    Re: Help with 2 Dimensional Arrays

    I am trying to display the board using JOptionPane and it is giving me an exception error - Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
  5. Replies
    11
    Views
    2,473

    Re: Help with 2 Dimensional Arrays

    I have declared to generate a random number and assign to each row and column of the 3x3 array. I'm not sure if the below portion of the code is correct.

    Random randomGenerator = new Random();
    ...
  6. Replies
    11
    Views
    2,473

    Help with 2 Dimensional Arrays

    I am trying to create a 3x3 board using 2 dimensional array that randomly fills 0s and 1s into the board and finds the rows, columns, and diagonals with all 1s.

    Please help!

    Thank you
Results 1 to 6 of 6