We aim to design a circuit to create the square of a binary number. The input is a three-bit binary number (A2 A1 A0), and the output has to show the square of this number meaning that output = (input)². Implement this circuit using half adder, full adder or 4-bit adders. What is the circuit design to create the square of a three-bit binary number using half adder, full adder or 4-bit adders?