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