+ 3
Multidimensional arrays like arr[,] are basically rectangular. In other words, each row contains the same fixed number of columns, while for jagged arrays[][] each row can have different lengths as they can be seen as one array of many distinct arrays.