When you used Atanua to create a circuit that represented: A AND (B OR C), you were using Boolean logic.
Using Atanua, create circuits that represent the following boolean algabraic expressions. For each create the truth table:
- (A AND B) XOR (D OR E)
- (A NOR B) NAND C
- (A NOR B) AND (B XOR C)
