Concept Flow - Why arrays are needed
Need to store multiple values
Use separate variables?
Too many variables
Hard to manage
Access by index easily
This flow shows why arrays are needed: to store many values together instead of many separate variables, making management and access easier.
