Hi there Tate, This one's not for that specific dimensions, but the best representation is a cube-like structure, like: http://docs.gimp.org/2.2/images/using/3Dnum.png
I guess that one oughta be: int [][][] example = new int [4][2][2] (x, y, and z) Hugs P.S.: Now a 4D array... well that's something hard to represent (at least in a way apeealing to the eye) Tafadzwa wrote: > Greetings > > I am looking for a visual representation of the following three > dimensional array. > > int[][][] ages = new int [5][7][3]; > > I have a image attached to this email(the image is a failed attempt of > what I am trying to achieve) > Image of three dimensional array attempt > > > fyi before I sent this email I did a lot of googling. > > Thank you for your time. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
