+ 1
What is the point of multi-dimensional arrays?
I don't understand where you would use them.
4 ответов
+ 5
2D arrays can also be used to deal with matrices.
+ 2
you can represent a table with 2d arrays
table[rows][cols]
+ 2
Another good example, think of a coord system.
0
Thanks