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