iamchinmay
Dec 22, 2016, 03:10 AM
A jagged array represents an array of arrays. To create a jagged array, you declare the array of arrays with multiple sets of parentheses or brackets and indicate the size of the jagged array in the first set of brackets (parentheses).