Constants
n
This section contains constants that are
needed throughout the program file.
n
Constant names are uppercase.
n
const int
MAX_GRADE = 100;
n
const double
CLOCK_RADIUS = 5.0;
n
const double
PI = 3.14156;
n