expressing a negative number in binary
807599Feb 13 2007 — edited Feb 13 2007Hi,
How do I represent a negative number in binary?
I have a number say -100 which in binary is 10011100(taking twos complemnet of 100).
How do I actually do this conversion in Java?