Table of Contents
Table of ContentsThis level has you create the AND Gate.
Input One | Input Two | Output |
---|---|---|
False | False | False |
False | True | False |
True | False | False |
True | True | True |
To solve this level, place one NAND gate and put a NOT gate on the output.