# A digital logical combinational circuit which perform airthmetic addition of two, one-bit numbers.
# It is a simplest form of addition of two binary digits consists of four possible combinations.
# Input are two single binary bits A & B and outputs are sum(s) i.e., XOR & carry (c) i.e., AND .
There are currently no comments