What will be written to the standard output when the following program is run?
public class Q63e3 {
public static void main(String[] args) {
System.out.println(9 ^ 2);
}
}
a) 81
b) 7
c) 11
d) 0
e) false
Não entendi o resultado… o operador ^ não é para potência?
