1. What do arrays allow us to do?
Arrays allow us to attach multiple values within one variable. So that way you could call the same variable under slightly differing (but likely related) use cases.
2. What index should you use in order to access the first element in an array?
0