Some questions on Boolean operators

What is the value of the following Boolean expressions?

  1. 1 && 0

  2. 1 !! 0

  3. ! 3

  4. ! 0

  5. 1 && 3

Answers to these questions.


Back to notes on Boolean operators.