Vidyalelo
Ruby Programming · Q46

Operators in Ruby

Programming · Ruby Programming · question 46

Q46

What will the following expression evaluate to? (true && false) | | (!true)

A.
True
B.
False
Answer
C.
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