Concept Flow - Why variables are needed
Start Program
Need to store data?
Yes
Create Variable
Store value in Variable
Use Variable in code
Program continues or ends
This flow shows that when a program needs to remember or use data, it creates variables to store and use that data.