Exclusive OR Logic
Which of the following conditions guarantees that the Boolean expression (X && !Y) || (!X && Y) evaluates to true?
A
Both X and Y are false.
B
Both X and Y are true.
C
X is true and Y is false, or X is false and Y is true.
D
It does not matter what the values of X and Y are.
APFIVE