Understanding Arrays
摘要
Every program needs to store data, and that data usually gets stored in one or more variables. However, the more data a program needs to store, the more variables you need to create. Rather than create multiple variables, it’s much easier to use an array.