On Feb 7, 7:33 pm, patrick jamesraj <patrickjames...@gmail.com> wrote:
> Hi,
>
> In the 1036_javaarray.zip
> (download<http://www.javapassion.com/handsonlabs/1036_javaarray.zip>
> ).
> (For your own exercise) Create a NetBeans project as following. Build and
> run the program.
>
> - Declare and initialize 3-dimensional array of int
> - Initialize each cell with increasing integer number starting from 1000,
> 1001, 1002, and so on.
>
> Can anyone help me by explaining on how to declare and initialize
> 3-dimensional array?
Think of it as an array of array, it will help to understand how
declaring and initializing it.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to javaprogrammingwithpassion@googlegroups.com
To unsubscribe from this group, send email to
javaprogrammingwithpassion-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---