| Example | |
|
| Solution | |
Use the const keyword whenever possible so that the compiler enforces that variables are not modified.
|