144.
True or false: it is possible to use the const keyword on an reference parameter to prevent the method from modifying the parameter value.
View Description
The const keyword cannot be applied to parameters.