Multiple Choice
Which statement declares a constant named SALESAMT with a value of 20.99?
A) double SALESAMT = 20.99;
B) final SALESAMT = 20.99;
C) final double SALESAMT = 20.99;
D) final double SALESAMT (20.99) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: The cast operator is a _ operator.<br>A)
Q32: A dialog box that displays the options
Q33: _ refers to the order in which
Q34: A(n)_ operator compares two items and the
Q35: Match each term with the correct statement
Q37: You use _ operators to perform calculations
Q38: The int data type is the most
Q39: In Java, how is it possible to
Q40: Explain how you can override a unifying
Q41: What is an escape sequence and why