When dealing with multidimensional arrays, is it possible to assign two different variable types to the array...
For example you have the array int example[i][j]int example[i][j] is it possible for ii and jj to be two completely different variable types such as int and string?