Constant


Example 1:
My first name is Danny

Example 2:
My last name is Lee

Constants do the same as variables with the exception that they are locked variables once defined. Another difference is that constants are coded differently from variables; instead of listing what variables are equal to values, constants are defined without a “$”.