To find the indexes of the second 6 in the given array, iterate through each element and keep track of the indexes. The indexes would be (1,4) as the second 6 is at the second row and the fifth column.
To find the indexes of the second 6 in the given array, we need to iterate through each element and keep track of the indexes. Here is the step-by-step process:
In this case, the indexes would be (1,4) as the second 6 is at the second row and the fifth column.
9.2m questions
11.9m answers