Constants in Programming
Constants in Programming
Wissam
Constants in Programming
1. Definition:
A constant is a space in memory that stores a value that cannot be
changed while the program is running.
2. Purpose of Constants:
● Prevent accidental changes to important values.
● Simplify updates across the program.
● Reduce human error and save time in coding.
# Declare a constant
MULTIPLIER = 1.609