Some programming languages use constants, which are variables that are initialized at the beginning of a program and never changed. Which of the following are good uses for a constant?
- To represent the mathematical value \(\pi\) (pi) as 3.14
- To represent the current score in a game
- To represent a known value such as the number of days in a week