Concept Flow - Why variables are needed
Start Program
Need to store data?
Yes
Create variable to hold data
Use variable in operations
Change variable value if needed
Use updated value
End Program
This flow shows how variables store data so the program can use and change it during execution.