Constant - Activity 3

The temperature of Kelvin is: -459.67 Fahrenheit
Hi my name is Alan Hintz

When using constants in PHP, they act similar to that of variables, but unlike variables their values cannot be changed once set by using the define function and also do not need to use the $ sign before its name when declaring or using them in the code.