Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.13 seconds.

  1. Re: 2D matrix like array (rows and columns) giving ArrayIndexOutOfBoundsException - please help

    Now we get down to a matter of style. Once the functionality is implemented, style is important, but it's a matter of taste. There is no "best way."

    First of all, I can't imagine how to present...
  2. Re: 2D matrix like array (rows and columns) giving ArrayIndexOutOfBoundsException - please help

    Here's your array in the example that failed.



    { 5, 10, 7, 7, 2, 6, 7, 7},
    {10, 6, 2, 7, 3, 7, 9, 7},
    { 1, 4, 3, 2, 9, 8, 3, 3},
    { 2, 8, 5, 5, 10, 10, 5, 9},
    { 2, 1, 4, 9, 3, 4,...
Results 1 to 2 of 2