Q75
What is the output of the given code? unless true && false print "false" else print "ruby" end
A.
True
B.
False
AnswerC.
Nil
D.
Syntax error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board