Concept Flow - Why structures are needed
Start
Need to store related data
Use separate variables?
Hard to manage
Use structure to group data
Easier to manage and use
End
This flow shows why we need structures: to group related data together for easier management instead of using many separate variables.