Computer Science, asked by aasa91811, 8 months ago

Find the complement of the boolean expression a"+b"

Answers

Answered by DennisRitchie
0

Explanation:

Given Boolean expression is

a''+b''

it's complement is

(a''+b'')' = (a+b)'

=> a'b'

Similar questions