Multiple Choice
Which of the following statements is correct about constants?
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
Q8: Which of the following options declares a
Q15: What will be the value inside the
Q16: Assume the following variable has been declared
Q17: What (if any) type of error occurs
Q18: What will be printed by the statements
Q20: Suppose a phone number, stored as a
Q21: What will be the value stored in
Q23: Which of the following guidelines will make
Q55: Which statement is true?<br>A)Variables cannot be assigned
Q66: Consider the following Java variable names:<br>I.1stInstance<br>II.basicInt%<br>III.empName_<br>IV.addressLine1<br>V.DISCOUNT<br>Which of