7. Arrays#

So far, we have been dealing with variables that hold a single value. In many cases, it is very powerful to deal with many values under the same variable. It will help us write fewer lines of code. In this chapter, we discuss variable that hold several values using a single identifier: arrays.