using System; public class Test { public static void Main() { System.Console.WriteLine((2.2 * 3 == 3.3 * 2).ToString()); } }