Q53
What is the output of the code? variable=true if !variable puts "true" else puts "false" end
A.
False
AnswerB.
True
C.
Syntax error
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board