Created
August 25, 2012 11:54
-
-
Save rbe/3464416 to your computer and use it in GitHub Desktop.
Why is this false? Playing with bitwise operators.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| int = 12; | |
| boolean b = i == (3 | 6 | 5 | 7 | 32); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment