Name: Anonymous 2009-09-10 13:04
System.Console.WriteLine(" Write N (N>=2), \n ");
System.Console.ReadLine();
Now I want to assign the input to a, how does one do that?
a = ?
System.Console.ReadLine();
Now I want to assign the input to a, how does one do that?
a = ?