What is the output of the given code?
if !true
print "False"
elsif !true || true
print "True"
end
if !true
print "False"
elsif !true || true
print "True"
endA. True
B. False
C. Syntax eroor
D. None of the mentioned
Answer: Option A

Join The Discussion