So to access an individual element of an array, we just use the name followed by the index number in [].

Nice work. Remember the array starts at element 0. The final element in a size 5 array is [4]!

Uh oh! The array has a size of 5, but the elements start at 0 remember!