Blog

What is the output of the code below?

int x = 1;
int y = 3;
bool result = Convert.ToBoolean(x-y);
Console.WriteLine(result);