public static void Main()
Console.WriteLine ("A is equal to 10");
Console.WriteLine ("A is NOT equal to 10");
Console.WriteLine(" B is NOT equal to 10");
Console.WriteLine(" the value of B is " +B);
Console.WriteLine ("A is equal to B");
Console.WriteLine (" The values of A is " +A + " and the value of B is " +B);