✅ Why are multi-dimensional arrays useful?
Hello, can anyone explain why multi-dimensional arrays are useful please. For example what do they allow us to do, how should we think of them, like in my case, I only think of a 2D array for example as a table but as a programmer, how should one think, like "ok so we want x,y,z and so maybe a 2D array might do the job here", what should make us think like that?