I'm confused. Is this the same?
!A && !B = !(A && B)?
Or is it = !(A || B)?
|
|
create a truth table and see for yourself |
|||
|
|
|
!A && !B = !(A || B) This is one of "DeMorgan's Laws". In general, you can find these things out by creating a truth table. |
||||
|
|