Find length of specific element of multidimensional array *java*
I am trying to find the length of a specific element in a 3D array. I am
trying to do this:
if(grid[x][y][0].size<5)
and that I can't seem to figure out the correct way do do this. Thanks!
No comments:
Post a Comment