using System; class Example { public static void Main() { Console.WriteLine("10 > 9 is " + (10 > 9)); } }
10 > 9 is True