Search:

Type: Posts; User: baraka.programmer

Search: Search took 0.09 seconds.

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

    ...thanks alot,,,i solved one part of the problem,,,the only remaining exception that is thrown is an ArrayIndexOutOfBounds , in the last for loop!!!
  2. HELP: UNABLE TO CREATE AND PRINT A 3-DIMENSIONAL ARRAY

    //I created this program which creates 3-dimensional array and prints elements of the array


    public class ThreeDimensionalArray
    {

    public static void main(String[] args)
    {
    ...
Results 1 to 2 of 2