int row int col for(row = 0; row < 2; row = row + 1) { for(col = 0; col < 5; col = col + 1) { // Inner loop body } }