Arrays
an array is a vrbl composed of array elements
all elements of a particular array have the same attributes.
an array name is a variable name
an array element is designated by the name of the array along with with a paranthesized list of subscript expressions
one -dimensional array (vector)
two-dimensional array (matrix)