Problem
1. Why is it better to declare and use distinct types rather than subtypes or predefined types for indices in two-dimensional or multidimensional arrays?
2. We used a two-dimensional array in the City Council Election case study. What advantages would there be in using an array of arrays instead of the twodimensional array?