+ 2
Int n=int.parse(console.ReadLine());
Why "parse" do not work here ?
4 Respostas
+ 3
try this: int n = Int32.Parse(Console.ReadLine());
//also ensure uppercase/lowercase is correct)
+ 3
l've just known the problem : it should be (Parse) not (parse) :-)
Thank you.
+ 2
of course it should work !!!
what is the exception given ??
+ 1
it is also error