Jagged Array: an array of arrays
A jagged array is an array of arrays, where each element of the main array is a reference to another array, rather than a fixed-size element.
A jagged array is an array of arrays, where each element of the main array is a reference to another array, rather than a fixed-size element.