0

java-arrays

you have specified that its mandatiry to assign the number of square brackets equal to the number of arrays in multi dimensional array,but how does the sample code works?

13th Apr 2017, 7:11 PM
vasimhasina.s
vasimhasina.s - avatar
2 Answers
+ 11
Are you referring to a lesson of SoloLearn's Java course? Which one? Unfortunately your question is not linked to the lesson, when you open Q&A from the course.
13th Apr 2017, 7:46 PM
Tashi N
Tashi N - avatar
+ 6
https://code.sololearn.com/cFZw4c01m60d/?ref=app This is an example how to declare one, two or three dimensional arrays. More dimensions are hard to handle.
13th Apr 2017, 8:28 PM
TamĂĄs Barta
TamĂĄs Barta - avatar