Arrays can contain any type of data (as long as each element is of the same type). Sometimes, we need the data inside of an array to be another array. This is when we use two-dimensional arrays.
Review Questions
The following are examples of questions similar to what you can expect to see on the next exam.
- What is a two-dimensional array? An array who's elements are also arrays.