Learn
Data Structures
Multidimensional Arrays
Great work! You’ve learned a lot in this lesson. Let’s do a little review to be sure you really know your stuff.
Instructions
1.
Create your own multidimensional array called my_array
in the editor. The elements of the innermost array can be anything you like: numbers, strings, booleans, and so on. Check the Hint if you need help.