Variables are containers that hold values or data in a computer program. They can store different types of information such as numbers, text, or boolean values.
Related terms
Data Types: Different categories of data that variables can hold, such as integers, strings, or booleans.
Assignment Operator: A symbol (=) used to assign a value to a variable.
Scope: The area in a program where a variable is accessible and can be used.