We are going to explore arrays. Arrays allow you to store a fixed number of elements, all of the same data type, in a way
which allows you to access them via an index ranging from 0 to the number of elements in the array minus 1.
Readings - Textbook
For this module, you should read the following sections of the textbook;
This document is similar to the "How to Program" PDF provided in module [101]. Its intent is to help
you understand the kind of thought process which goes into designing the tests with which you will
validate your programs