When is a good time to use an array?

When storing a lot of similar valuesWhen storing single values

Great!

Arrays are useful when we have a lot of similar but distinct values.