0
Plz explain int a=int32.parse(Console.ReadLine()) ; What is parse? How to use Console.ReadLine?
5 Réponses
+ 1
is parse the same like Convert.ToInt32(); ?
+ 1
Although int.TryParse(Console.ReadLine(), out a); would prevent the program from (sometimes) crashing when the user inputs a non-integer value.
0
use parse to convert int to string* type . and use Console.ReadLine() to input Dos
0
Pars like convert
0
int.tryparse(console.readline())