Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: Can someone explain the logic behind looping through multidimensional arrays?

    Good job, and that little exercise pointed to the source of your confusion.

    Some disagree with the description of arrays in Java as "multi-dimensional." They insist, for example, that a 2D array...
  2. Re: Can someone explain the logic behind looping through multidimensional arrays?

    Please break down each element of the for loop you've highlighted and tell us what you think it means. For example, write your explanation for each of the following:

    index1:

    index2:
    ...
Results 1 to 2 of 2