Q88
What is the output of the given code? l=9 case l print "ruby" when l==9 print "language" when l==10 end
A.
l==9
B.
l==10
C.
Syntax error
AnswerD.
Ruby
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board