Question
What does the XOR operator do in a logical expression?
A) Combines two boolean values to return true if both are true
D) Negates the boolean value
B) Returns true if exactly one of the operands is true
C) Always returns false
Submit
Skip