0
Array clarification
An Array does not ONLY use int types. It can be any type you declare it as. string[] int[] char[] bool[] etc..
1 Answer
0
yes and object[] can contain any type
An Array does not ONLY use int types. It can be any type you declare it as. string[] int[] char[] bool[] etc..