Question: Implement a circuit with 3 inputs x, y, z and 3 outputs A, B ,C. When the input is 0, 1, 2 or 3, the output is one greater than the input. When the input is 4, 5, 6, or 7, the output is one less than the input.
My problem here is that when I enter 011 in my circuit the output should have been 100 instead it is giving me 110. What have I done wrong?