Hi,

I am new with C# language. I got the book professional C# of wrox. I have read the 1st 6 or 7 chapters of this book and I found the book a good one but surprisingly now I find myself with a situation that I still don't know one thing and that is- in console mode how to take input from the keyboard. In these 7 chapters, there was not a single line about taking input values from the keyboard.

I know about Console.ReadLine() but how to take input in 2 integer variables, I mean what is the scanf or cin equivalent of C#, plz help.
Goodluck and Goodbye...