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