Q. What is the output of the given code?
unless true && false
print "false"
else
print "ruby"
end
unless true && false
print "false"
else
print "ruby"
end
β
Correct Answer: (B)
2 is less than 3