# Define inputs
input A;
input B;
input C;
# Define NOT gates
not notA(A);
not notB(B);
not notC(C);
# Define AND gates
and and1(notB, C);
and and2(B, notC);
and and3(notA, and1 + and2);
# Output Y
output Y(and3);
Created:
Dec 11, 2024
Updated:
Dec 11, 2024
Add members
Enter Email IDs separated by commas, spaces or enter. Users need to be registered already on the platform. Note that collaboration is not real time as of now. Every save overwrites the previous data.
Delete
Are you sure you want to delete this project?
Delete
Are you sure you want to remove this collaborator?
Comments