Blog

What is the output of the code below?

bool x = true;
Bool y = true;
x ^= y;
Console.WriteLine(x);