Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Parcurgerea corectă a unui tablou bidimensional:
for(int i:matrix) for(int j:matrix[i])
for(int i=0;i<matrix[0].length;i++) for(int j=0;j<matrix.length;j++)
for(int i=0;i<matrix.length;i++) for(int j=0;j<matrix[i].length;j++)
for(int i=1;i<=matrix.length;i++)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!