using System;
//Vianney Hernandez 1° A
public class Program
{
public static void Main()
int x = 2;
if (x > 3)
Console.WriteLine("x is greater than 3");
}
else
Console.WriteLine("x is not greater than 3");