0
What is the use/benefit of having a multidimensional array in c#?
Like...what does it do/allow you to do?
1 Answer
0
What every other language let you do with multi-dimentions arrays.
The same reason people use spreadsheats.
You have columns of data, usually of the same type of data, arranged at some way to do stuff.