What will be the output of the given code? boolean_1 = !true puts boolean_1 boolean_2 = !true && !true puts boolean_2
1.True True
2.False False
3.True False
4.None of the mentioned
Answer:3
Posted Date:-2022-02-07 13:32:19