Introduction
Arrays help you store many items together in one place. Creating arrays is the first step to use them.
When you want to keep a list of your favorite fruits.
When you need to store multiple numbers to add later.
When you want to group names of your friends.
When you want to create an empty list to add items later.
When you want to create an array with repeated values.