Constant

My name is Noah and my major is IST .

Definition

Constants are similar to variables. Unlike variables though, constants cannot have their value changed. Constants are static values. Variables can have dynamic values.Additionally, constants are created by defining them using define() unlike variables that just uses = operator.