Arrays are a special form of variable, or perhaps more accurately a set of variables referenced together. For example, instead of saying enemy1, enemy2, enemy3, etc. one could utilize an array and index to call them out, like enemy[1].
What is the first index in an array?