Click to See Complete Forum and Search --> : Binary operations help


rzaryan
04-12-2005, 11:05 PM
I have decent experience in Java programming but have stumbled upon a binary arithmetic program that I cannot tame. I must accept two input binary numbers between zero and 255 in base ten. SO basically two 8-bit numbers. I have to be able to add, subtract (by two's compliment), multiply(by repeated addition), and divide(repeated subtraction?).

If anyone has ideas or code I could take alook at please post.

Thanks.