Logical Operators

   x   y   x && y    x || y     !x

   1   1     1         1        0
   1   0     0         1        0
   0   1     0         1        1
   0   0     0         0        1

Previous slide Next slide Back to first slide View graphic version