public static void Main()
Console.Write("Set the value of item x: ");
Convert.ToInt32(Console.ReadLine());
a = ((10 * 0.03) ( 10 - 9.7));
Console.WriteLine("The result of the expression a = !(9 * 5 / 3 < 9 * 3 / 5 | 5 < 3 | 9 * 5 < 9 * 3)");
Console.WriteLine("With value of a= {0}" );
Console.WriteLine("Is a= {0}", a);