{
int x = 8;
if (x > 3)
Console.WriteLine("x е по-голямо от 3");
}
else
Console.WriteLine("x не е по-голямо от 3");