Named constants
- You can give names to numeric constants, but not string constants
- You can give names to string constants, but not numeric constants
- You can give names to any type of constant
- You cannot give names to constants
- You can give names to literals
In the syntax of the declaration for a variable, the initial value is optional. Why is it not optional in the declaration of a named constant?