Constants are similar to variables in the sense that they can store values, but the difference between constants and variables is that the value of a constant cannot be changed.
For my examples of constants, I used my birth year and my birth month. I did this because my birth year will never change, and my birth month will never change, so it makes sense that my birth year and birth month would be constants.