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?
I. To represent the mathematical value
(pi) as 3.14
II. To represent the current score in a game
III. To represent a known value such as the number of days in a week