public static void Main(string[] args) {
Console.Write ("Enter First Number");
numOne = Convert.ToInt32(Console.ReadLine());
Console. Write("Enter Second Number");
numTwo = Convert.ToInt32(Console.ReadLine());
subNum = numOne - numTwo;
Console.WriteLine("Subtraction of the number is greater than or equal 10");
Console.WriteLine("Subtraction of the numbers is less than 10");