Subscript of the array
1. Each data in the array is called an element of the array
2. Assigning values to the elements in the array and taking out the values of the elements in the array are called element access
3. Element access: array name [subscript ]:
4. Subscript = length -1