Combinational circuit that takes 3 bit binary numbers as input and its output is 2's complement of even number and 1's complement of odd number
Hey, I have this assignment that I'm supposed to do. I've tried it myself but I'm stuck. Please help me complete if my process is right.
First, i made a truth table with 3 inputs and 4 outputs: 
On Drawing the K-Maps, i found that:
A=x'y'z'
B=x y'z' + x'y + x'z
C=y'z+yz'
D=0
I then drafted out the circuit diagram, but i'm not sure how to show D's diagram since D=0
How do i show the D circuit?

