Constants
Constants are used to store a data value that never changes. The valued stored in this data type remains fixed and cannot be changed after it is declared. For instance, you could use a constant to store the number of months in a year, days of the week, or a text string such as "Monday".