Digital Full Adders:
Binary adders are arithmetic circuits in the form of half adders and full adders that are used to add two binary digits
![FullAdder](img/FullAdder.jpg)
The Binary Adder is another simple and extremely useful combinational logic circuit that can be built with just a few basic logic gates and can add two or more binary integers.
"add" two separate bitwise binary values, A and B.
![FullAdder-TruthTable](img/FullAdderTruthTable.jpg)