Vidyalelo
Ruby Programming · Q81

Control Structures in Ruby

Programming · Ruby Programming · question 81

Q81

The following syntax is used for the ruby case statement. case expression when expression , expression ... then code ... else code end

A.
True
Answer
B.
False

Answer: Option A

Solution

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