Jump to content

Recommended Posts

  • 2 years later...
Posted

Arrays can contain any type of element value but you can't store different types in a single array You can have an array of integers or an array of strings or an array of arrays, but you can't have an array that contains, for example, both strings and integers.

Guest
This topic is now closed to further replies.
×
×
  • Create New...