Concept Flow - Why arrays are needed
Need to store multiple values
Use separate variables?
Hard to manage
Access by index easily
Efficient storage and access
This flow shows why arrays are used: to store many values together for easy and efficient access.