Constants and variables
The terms constant and variable are introduced,
and the difference between these terms is explained.
As the term suggests,
a constant is something that stays the same,
set once for all.
Unlike the constant,
a variable is a programming code object that can change its content.
It is impossible to write a program without using unchangeable objects (constants) and/or objects that can be modified during the program execution (variables).