Search:

Type: Posts; User: javapenguin

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,499

    Re: Unexpected ArrayOutOfBoundsError

    I think I may have a theory as to what may be going wrong.

    Is it possible that you're telling it to do something with index 9, when there'd only be 8 values or something like that?
  2. Replies
    4
    Views
    1,499

    Re: Unexpected ArrayOutOfBoundsError

    I'm surprised it's not saying



    cannot find symbol "n"



    valNums[board[i][col]] = false;
Results 1 to 2 of 2