Untitled
0 Stars     4 Views    

Author: อภิรักษ์ สาปาน 016

Project access type: Public

Description:

# 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


Comments

You must login before you can post a comment.