Vidyalelo
Ruby Programming · Q12

Operators in Ruby

Programming · Ruby Programming · question 12

Q12

What is the result of the expression: true && false in Ruby?

A.
TRUE
B.
FALSE
Answer
C.
nil
D.
Error

Answer: Option B

Solution

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