A variable is any named piece of data that can change during the execution of a program.
A constant is any named piece of data that cannot change.
A literal is like a constant without a name, for example 2 or "Hello" .
The term for the name of a variable or constant is '__________'.
Variables and constants have:
an identifier
a ____
a ____