Programming - Concept
Constant
A named value in a program that is intended not to change
What's it for?
Keeps a value fixed so the same known setting or number can be reused safely.
For example…
A program stores VAT_RATE as a constant set to 20% so it cannot be changed accidentally during a calculation