There are two different ways of using an array. You can either use a fixed-length
array if you know how many elements (max) you will have in the array. If you don't
know how many elements can be stored in the array at run time, you can use a
dynamic array.