+ 2
Can use two data type arrays in multidimensional array?
2 Answers
+ 3
What language are we talking about? Python lists can have items with different types, but thatâs usually forbidden.
+ 2
an array can only be of one type
You can have separate multiple arrays that are different types?