Programming - Concept
Variable
A named place in a program that holds a value which can change
What's it for?
Lets a program store information and refer to it by name while it runs.
For example…
A shopping app stores the current basket total in a variable that changes whenever the customer adds or removes an item