Multiple Choice
Which of the following statements about constants is correct?
A) Constants are written using capital letters because the compiler ignores constants declared in small letters.
B) The data stored inside a constant can be changed using an assignment statement.
C) You can make a variable constant by using the final reserved word when declaring it.
D) Constant variables can only be changed through the Math library.
Correct Answer:

Verified
Correct Answer:
Verified
Q75: Which one of the following is an
Q76: Which is a correct representation of the
Q77: What is the output of this code
Q78: Which option represents the best choice for
Q79: A student's class average can be computed
Q81: Which one of the following statements can
Q82: What is wrong with the following code?<br>int
Q83: What is the output of the following
Q84: What will be printed by the statements
Q85: What is result of evaluating the following