Vidyalelo
Ruby Programming · Q76

Control Structures in Ruby

Programming · Ruby Programming · question 76

Q76

What is the output of the given code? print "2 is less than 3" unless 2>3

A.
2>3
B.
2 is less than 3
Answer
C.
Syntax error
D.
None of the mentioned

Answer: Option B

Solution

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