public static void Main()
Console.Write("Display the value of n is 1,0 and -1 for the value of er m:\n");
Console.Write("----------------------------------------------------------");
Console.Write("Input the value of m :");
m= Convert.ToInt32(Console.ReadLine());
Console.Write("The value of m = {0} \n",m);
Console.Write("The value of n = {0} \n\n",n);