What will be the output of the given code? boolean_1 = !(3 < 4 || false) && (false || true) puts boolean_1
1.True
2.False
3.Error
4.None of the mentioned
Answer:2
Posted Date:-2022-02-07 13:27:08