Concept Flow - Why variables are needed
Start Program
Need to store data?
Yes
Create Variable
Assign Value
Use Variable in Code
Change Value if needed
Program continues or ends
Variables let us store and reuse data by giving it a name, so we can easily work with values in our program.