Logical operators

Matching exercise

    
Match the items on the right to the items on the left.
Logical AND
Logical OR
Logical NOT
a = 1 and b = 0
(a && b)
a = 1 and b = 0
(a || b)
&&
||
!
false
true