Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: HELP: UNABLE TO CREATE AND PRINT A 3-DIMENSIONAL ARRAY

    What code controls the number of iterations in the last loop?
  2. Re: HELP: UNABLE TO CREATE AND PRINT A 3-DIMENSIONAL ARRAY

    Put the definition and the assignment in one statement.
    nt[][][] myArray = new int[][][] { { {11,12, ...
    Otherwise move the assignment part into a constructor or method.
Results 1 to 2 of 2