public static void Main()
Console.WriteLine(" a is equal to 10");
Console.WriteLine ( "the value of a is " +a);
Console.WriteLine("b is equal to 20");
Console.WriteLine ("the value of b is not equal to 10");
Console.WriteLine ("a is NOT equal to b");
Console.WriteLine (" the value of A is " +a + " the value of B is " +b);