Examveda

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

A. True

B. False

Answer: Option A


This Question Belongs to Ruby Programming >> Control Structures In Ruby

Join The Discussion

Related Questions on Control Structures in Ruby