+ 2
[Resolved] What the command that do the user enter with some numbers? ?(l've tried the Console.readline)ps sorry for my ingles.
3 Antworten
+ 5
int input = int.Parse(Console.ReadLine());
+ 2
I think int.TryParse is better option than Int.Parse
+ 1
thank you very much,it worked perfectly.