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