Multiple Choice
All of the following are advantages of using named constants except
A) they can be used in the place of keywords.
B) it is easier to make a consistent change throughout a program.
C) they help make the program more self documenting.
D) they're useful for common values such as pi.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The statement to declare strName as a
Q8: Which of the following has the highest
Q9: A class-level variable _.<br>A) is declared inside
Q10: Which will be displayed in the label
Q11: What will be assigned to the label
Q13: Which of the following declares an Integer
Q14: A keyboard access key is assigned to
Q15: Which of the following is not true
Q16: Which of the following declares a variable
Q17: A Boolean type variable can hold only