Read() & ReadKey()
What is the difference between Console.Read() & Console.ReadKey().
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 17, 2012, 5:12 AM
If you use Console.ReadKey(), then the program will end as soon as you press any key.
Posted Sep 17, 2012, 7:39 AM
Posted Sep 16, 2012, 7:43 PM
VulpesPosted Sep 16, 2012, 7:26 PM
The Console.Read() method is more difficult to explain and understand, but this link (and example) explains it well:
http://www.dotnetperls.com/console-read