2007-09-30 12:53:44 UTC
Enter your 1st binary number: 00001111
Enter your 2nd binary number: 00001011
Then I will output the following:
ur 1st binary number is 15
and ur 2nd binary is 11
15 + 11 = 26
26 in binary is 00011010
____________________________
But saying all that, i cant get my program to add or subtract binary string(numbers). Can someone please help me.