To make <var_name> a constant, you only need to add the const qualifier to this statement as follows: const <data_type> <var_name> = <value>; Adding the const keyword in the definition of the variable ensures that its value rema