Q65
What is the output of the given code? variable = false if variable print "false" elsif !variable print "true" end
A.
False
B.
True
AnswerC.
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