using System;
public class Program
{
public static void Main()
Int32 value = 11;
if(value<10)
Console.WriteLine("Value is less than 10");
}
else
Console.WriteLine("Value is greater than 10");