Arrays
Know
An array holds a fixed number of values, reached by position from zero. Its size is decided when it is made and cannot change.
Apply
State the size and the valid positions before writing a loop.
Watch out
Mixing up the size property on arrays with the length operation on text.
Study move
Make an array of five numbers and print the first and last.
