The const keyword is used to alter a variable declaration so that the variable cannot have its value changed after it is initialized.
The initialization must occur at the point of the variable declaration.