








 | |
| Create a C++ program that contains the
following attributes:
|
| contains a function emulating an
"Adder" |
| contains a routine to test the
"Adder" function by
generating the truth table |
performs addition by prompting user for
integer numbers,
converts integers to binary numbers, and
uses "Adder" to find the sum. |
 |
Teacher Tips |
|