Constant vs Immutable
1. constant: Declares a constant that must be initialized at the time of declaration and cannot be altered thereafter.
1. constant: Declares a constant that must be initialized at the time of declaration and cannot be altered thereafter.