[java programming] Re: Declare and initialize 3-dimensional array of int

2009-02-14 Thread greenbean
Oops, I forgot the other 3; so the elements should be up to 1026: > 1000, 1001, 1002, > 1003, 1004, 1005, > 1006, 1007, 1008, > ... to 1026 greenbean. --~--~-~--~~~---~--~~ To post to this group, send email to javaprogrammingwithpassion@googlegroups.com To unsubs

[java programming] Re: Declare and initialize 3-dimensional array of int

2009-02-14 Thread greenbean
Hello M, Say if the array is 3 * 3 * 3; then the elms. would be fill like: 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, HTH greenbean --~--~-~--~~~---~--~~ To post to this group, send email to javaprogrammingwithpassion@googlegroups.com To unsubscribe

[java programming] Re: Declare and initialize 3-dimensional array of int

2009-02-13 Thread maa...@gmail.com
Hi All, I'm a little confused on the directions of this one as well. I know how to declare and initialize a 3-dimensional array, but I'm not sure how to interpret this statement: * Initialize each cell with increasing integer number starting from 1000, 1001, 1002, and so on.* Does this mean that

[java programming] Re: Declare and initialize 3-dimensional array of int

2009-02-07 Thread miga
On Feb 7, 7:33 pm, patrick jamesraj wrote: > Hi, > > In the 1036_javaarray.zip > (download > ). > (For your own exercise) Create a NetBeans project as following.  Build and > run the program. > >    - Declare and initialize 3-dimensiona