Add binary numbers using twos complement arithmetic 01110101
Add binary numbers using two\'s complement arithmetic: 01110101 +00111011
Solution
Since both binary numbers 01110101 and 00111011 are not negative, we don\'t have to use two\'s complement for addition
01110101 = 117
+00111011 = 59
------------------
1011 0000 = 176
----------------
