?
=?iso-8859-1?B?QWRyaeFuIEUuIEPzcmRvYmE=?=
Sorry for very silly question.
But, how can I input an integer from keyboard in C# Console
applications?
Like this, in C++ code:
"int i ; cin >> i ;"
I just read some tutorials about C#, and I can get a "string" from
keyboard, but I can't get an integer.
Thank you in advance.
But, how can I input an integer from keyboard in C# Console
applications?
Like this, in C++ code:
"int i ; cin >> i ;"
I just read some tutorials about C#, and I can get a "string" from
keyboard, but I can't get an integer.
Thank you in advance.