Concept Flow - Why arrays are needed
Need to store multiple values
Use separate variables?
Hard to manage
Use array to group values
Access by index easily
This flow shows why arrays are used: to store many values together so we can manage and access them easily by index.