Given two int variables n1 and n2. What is the value of the result variable?
val n1 = 9
val n2 = 6
val result = n1 xor n2Given two int variables n1 and n2. What is the value of the result variable?
val n1 = 9
val n2 = 6
val result = n1 xor n2Create a free account to access the full topic