public static void Main()
Console.WriteLine("Using prefix will increment value before expression is evaluated.");
Console.WriteLine(string.Format("Value of x is {0}", x));
Console.WriteLine("I am here but you will never see me in console.");
Console.WriteLine(string.Format("Value of x is {0}", x));