Jagged Array
Learn how a multi-dimensional array can have different numbers of elements in rows.
We'll cover the following...
What is a jagged array?
A jagged array is when arrays of various sizes are put inside another array.
Example: Declare a jagged array
...