Advertisement
Nickname
dbacks
Registered since:
December 19, 2002
Short bio:
 
Home page:
 
Total posts:
2

Forum posts by Justin Gillespie:

1 page [ 1 ]
Posted in Java Answers Forum, Dec 19, 2002, 4:57 PM
Never mind...I figured it out.for(int i = 0; i { for(int k = 0; k { // Do Stuff Here }}
Posted in Java Answers Forum, Dec 19, 2002, 4:09 PM
All,I have a method which returns a multi-dimensional array (always two dimensions, but variable in size). I need to loop through every element to check for the existence of a condition.Normally in a single dimension array, I would use something like:for(int i = 0; i { //Do stuff here}I notice that the two dimensional array has a length, but I...
1 page [ 1 ]
Advertisement