A
const
exercise
Review the following code and determine where the keyword
const
is missing. Pay particular attention to class methods, parameters and return types.
Rewrite the code to include proper use of
const
, parameter passing and return types