Vidyalelo
Ruby Programming · Q85

Control Structures in Ruby

Programming · Ruby Programming · question 85

Q85

The expression specified by the when clause is evaluated as the left operand. If no when clauses match, case executes the code of the else clause.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board