Vidyalelo
Ruby Programming · Q64

Control Structures in Ruby

Programming · Ruby Programming · question 64

Q64

What is the output of the given code? if !true print "False" elsif !true || true print "True" end

A.
True
Answer
B.
False
C.
Syntax eroor
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board