Multiple Choice
The switch statement can be used instead of an if/else if statement:
A) at any time.
B) only when comparing the value of an expression to a floating point value.
C) only when comparing the value of an expression to any char or integer variable.
D) only when comparing the value of an expression to constant integers, characters, or Strings.
E) only when comparing the value of an expression to a constant String value.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: In the context of a switch statement,
Q9: Which of the following choices best describes
Q10: If you have an if/else if/else code
Q11: What is the output of the following
Q12: The _ method returns true if the
Q14: Suppose that a true block is not
Q15: When comparing the data in two objects
Q16: In what situation would you use the
Q17: When the data fall into two mutually
Q18: In an if statement, curly braces around