Re: 2D-Arrays in Java
ah, 2d arrays, havent used them in awhile...
i just use 2 1d arrays, way less complicated :P
but here is what i remember:
The .length command does not work very well for 2d arrays.
2d Arrays can't be referred to as a 1d array, in other words u cant say arrayName[6], its more complicated than that but I forget, so try using google :P