Jump to content
MakeWebGames

cheeseslayersmu

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by cheeseslayersmu

  1. 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
×
×
  • Create New...