const indicates to the compiler that the declared variable is a constant and will prevent any further assignments to the variable outside of its initialization.
const indicates to the compiler that the declared variable is a constant and will prevent any further assignments to the variable outside of its initialization.