Table of Contents
Table of ContentsThis level has you create the XNOR Gate.
Input One | Input Two | Output |
---|---|---|
False | False | True |
False | True | False |
True | False | False |
True | True | True |
Since this gate is just the inverse of the XOR Gate, use an XOR Gate and stick a NOT Gate on the output.