Posts by Alberto Belo • 41 points
1 post
-
4
votes1
answer304
viewsQ: Binary sum result
A program capable of operating two binary numbers between 0-255. Program input needs to be in binary and output as well. I did it in a way that was working, so that if I pass in binary 1 + 11, the…