Constants
In computer programming, a constant is an identifier with an associated value which cannot be altered by the program during normal execution – the value is constant[2].
Constants can only be assigned a scalar value, like a string or a number.
Standards[edit]
- Define the terms: variable, constant, operator, object.