Find the complement of the boolean expression a"+b"
Answers
Answered by
0
Explanation:
Given Boolean expression is
a''+b''
it's complement is
(a''+b'')' = (a+b)'
=> a'b'
Similar questions