Variables
In computer programming, a variable is a storage location paired with an associated symbolic name (an identifier) which contains a value.[2]
A variable is a storage location for data. Variables have names. Some computer language mandate you assign a data type to this language.
Standards[edit]
- Define the terms: variable, constant, operator, object.