How Should One arrange the Indices when Building a multidimensional array of four dimensions in Java? The Lesson only covers two | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How Should One arrange the Indices when Building a multidimensional array of four dimensions in Java? The Lesson only covers two

28th Jan 2019, 12:40 PM
Dayveed
2 ответов
0
More then 2 dimensions have no difference in the indexing. String x[][] can have 2, 3, 4....any dimensions and can be accessed by: x[1][2][3]
28th Jan 2019, 1:14 PM
Niush
Niush - avatar
0
What does the index[3] stand for?
28th Jan 2019, 6:47 PM
Dayveed