School: University of Wisconsin-Milwaukee
Course: INFOST 440
A constant is a named value that cannot be changed after it is defined during the script. Unlike variables, constants do not use a dollar sign and cannot be reassigned. Constants are useful for information that should stay the same, such as a school name, course name, tax rate, or website address.