(a) Given three Boolean variables a, b, c as a = True, b = False and c = False.
Evaluate the following Boolean expression.
(i) not a and b
(ii) not (( not b or not a) and c)
(iii) (a and b) or not c
Answers
Answered by
2
Answer:
1) not a and
Explanation:
hope it is helpful to you
Similar questions