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?
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.
+ 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.