public static void Main()
Console.WriteLine(" a is equal to ten ");
Console.WriteLine("the value of a is "+a+" ,not 10");
Console.WriteLine("the value of b is 10");
Console.WriteLine("b isn't 10, it is "+b);
Console.WriteLine("a and b have the same value!!");
Console.WriteLine("a and b are both"+a) ;
Console.WriteLine("a and b are not the same") ;
Console.WriteLine("the value of a is "+a+", and the value of b is "+b);