How do I assemble a digital logic circuit with four inputs(A,B,C,D)and four outputs (LED's G,H,I,J). Different sequences using NAND and NOR logic gates light the LED's using the following truth table. Inputs A-0,B-0,C-0,D-1 lights LED's G & I. Inputs A-0,B-1, C-0,D-1 lights LED's G,I,&J. Inputs A-0,B-1,C-1,D-0 lights LED's G & H. Inputs A-1,B-0,C-0,D-1, lights LED's G, H, I. Inputs A-1,B-1,C-0,D-0 lights LED G. Thanks