for (int row = 0; row < array.length(); row++) { for (int col = 0; col < array[row].length(); col++) { } }