Using Variables in Algorithms Lesson
Using Variables in Algorithms Lesson
Algorithms
A Lesson on Variables, Data Types,
and Algorithms
What is a Variable?
• A variable is used for storing data.
Programmers give specific names to variables.
Once a variable is created, it can be used
throughout the program. The data in the
variable can change.