What will be the output of the given code?
boolean_2 = !true && (!true || 100 != 5**2)
puts boolean_2
boolean_2 = !true && (!true || 100 != 5**2)
puts boolean_2A. True
B. False
C. Error
D. None of the mentioned
Answer: Option B
Related Questions on Operators in Ruby

Join The Discussion