Multiple Choice
The syntax that declares a Java named constant named SALES_TAX is:
A) double SALES_TAX = 7.50;
B) public double SALES_TAX = 7.50;
C) public static double SALES_TAX = 7.50;
D) public static final double SALES_TAX = 7.50;
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Which operator returns the remainder of integer
Q5: In Java,source code is compiled into object
Q9: What is the Java expression for 27xy?<br>A)27
Q10: Which operator is used to concatenate two
Q12: List the primitive data types Java supports.Indicate
Q14: What is the output of the following
Q34: Define the terms class,object,method and method call.
Q35: The modulus operator,%,returns the remainder of integer
Q36: A variable of type boolean can be
Q45: Define high-level languages,machine language and low-level language.Explain