Arrays      
lArrays are data structures consisting of related data items all of the same type
lAn array type is a reference type; contiguous memory locations are allocated for an array, beginning at the base address
lThe base address is stored in the array variable
lA particular element in the array is accessed  by using the array name together with the position of the desired element in square brackets; the position is called the index or subscript
l
l