Two dimensional array | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Two dimensional array

How would I write a method that prints all the values in a 2-dimensional array that it receives as a parameter assuming it is an array of integers

7th Sep 2020, 1:34 PM
Andy M
Andy M - avatar
1 Resposta
+ 1
Similar as you will use single loop for printing 1-d array, for 2d array you need to loop, 1 for row, another for column.. a[i][j], I is row index, j is column index.. Make column loop inner to row loop.... Try this now.. Post your try...
7th Sep 2020, 2:08 PM
Jayakrishna šŸ‡®šŸ‡³