Question 1
What is a variable in programming?
Question 2
What does an assignment statement do?
Question 3
If a variable named $x$ is assigned the value $5$, what value does $x$ hold after the assignment?
Question 4
Why are variables useful in algorithms?
Question 5
What does it mean when a variable is reassigned?