What is an array?
A data structure for sorting ordered sets of data of the same data type in a single identifier
What are some characteristics of an array ?
What does static mean?
It means cannot change size once created
What does mutable mean?
It means items can be changed once created
What are the types of array?
a)
b)
c)
a) 1 dimensional array (1D array)
b) 2 dimensional array (2D array)
c) 3 dimensional array (3D array)
1 dimensional array (1D array)
2 dimensional array (2D array)
3 dimensional array (3D array)