Search:

Type: Posts; User: MysticDeath

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    4,269

    Re: Looping through a multidimensional array

    Oh thanks, that's what I was getting wrong..
    Yes this was what I meant to do.
    Thank you!
  2. Replies
    2
    Views
    4,269

    Looping through a multidimensional array

    Well I made myself a nice MultiDimensional array:


    int[][] newboard = {{0,0,0,0,6,0,0,0,9},
    {0,6,0,0,0,0,3,0,1},
    {2,0,0,0,0,9,8,0,0},
    ...
Results 1 to 2 of 2