Vidyalelo
Ruby Programming · Q89

Control Structures in Ruby

Programming · Ruby Programming · question 89

Q89

A case statement compares the expression specified by case and that specified by when using the === operator and executes the code of the when clause that matches.

A.
True
Answer
B.
False

Answer: Option A

Solution

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