Constants

Constants are similar to variables, except that a defined value for constants cannot be changed whereas variables can still be changed in the code. Also, constants use "Define()" while variables use "=".


I go to UWM.
The value of PI is around 3.14.