Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

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: a
Explanation: The following syntax is used for ruby case statement.

Join The Discussion