0
Multidimensional Arrays in C++
Can someone please help me understand multidimensional arrays in c++ please? I really need a really good explanation that isn’t really complicated! Ty!
3 ответов
+ 2
One dimension array is like a row in a spreadsheet
Two dimension array is like a range, it has rows and columns
Three dimension array like a cube, it has rows, columns and volume
Arrays with more than three dimensions are difficult to illustrate, and rather rarely used.
+ 1
Ty
0
But how does the code connect to that? I dont understand what the code is trying to say.