0
2
llucycodes42
When the code is run, the ReadKey() method is called on the console object, which causes the keyboard to be displayed so that the user can enter a key. This key is then processed by the code and used to determine what action to take.
Shortcut: crk
Console.ReadKey();