Overview
Arrays make it easier to work with multiple values, allowing you to have a single variable that stores multiple values. With arrays, you can start to create programs that process larger quantities of data with ease.
In this section we will put these concepts together to extend the fly catch and change calculator, and also build out a new statistics calculator. This will show you how to use these concepts to build programs.