What function does the ^ (caret) operator serve in Java?
^
When I try this:
int a = 5^n;
...it gives me:
In other languages like Python you can do 10**2=100, try it.