Let's revisit and refresh our knowledge of a fixed array.
- A fixed array is simple structure which has a fixed size and allows indexed access.
Indexes are zero-based (start at 0)
Note that the code shown in this chapter is pseudocode unless otherwise noted.