0
What do these symbols mean?
What do these symbols mean in Java? &= |= ^= >>= <<= For example: int x = 5; x^=3 Result is: 6
2 Answers
+ 2
Follow along and you will learn.
https://www.sololearn.com/learn/4070/?ref=app
+ 1
Ok, thanks
What do these symbols mean in Java? &= |= ^= >>= <<= For example: int x = 5; x^=3 Result is: 6