Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Cum poți crea un tablou bidimensional în care fiecare linie are o lungime diferită?
int[][]matrix = new int[3][various];
int[][]
matrix = new int[3][various];
Nueste posibil în Java
Nu
este posibil în Java
int[][]matrix = { {1,2}, {3,4,5}, {6} };
matrix = { {1,2}, {3,4,5}, {6} };
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!