That is the correct way. Are you verifying that it...
# getting-started
d
That is the correct way. Are you verifying that it's working by `toString()`ing it, and getting a negative number? Try
java.lang.Integer.toBinaryString
or
java.lang.Integer.toHexString
to better see the effect.
👍🏽 1