Write the Boolean expression for Exclusive - OR (X - OR) gate.
Boolean expression of Ex - OR gate is
Y = A ⊕ B
OR
Y = `bar"A" * "B" + "A" * bar"B"`