What is the value

Report a typo

Given two int variables n1 and n2. What is the value of the result variable?

int n1 = 9;
int n2 = 6;
        
int result = n1 ^ n2;
Enter a number
___

Create a free account to access the full topic