Multiple Choice
Which of the following is true regarding case code blocks?
A) If more than one expression evaluates as true, both of its associated statements are executed
B) If more than one expression evaluates as true, the last matching expression is evaluated
C) The first expression that evaluates as true is executed and the rest of the statements are skipped
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q23: You can use conditional modifiers to group
Q24: The unless expression is the polar opposite
Q25: The between? method can be used to
Q26: The if modifier is used to create
Q27: The Ternary Operator is an operator that
Q29: To determine if two values are not
Q30: Both the = and the == operators
Q31: A case block is well suited to
Q32: An if statement code block begins with
Q33: Nesting works just as effectively with unless