I'm fairly new to C#, and I would be happy if you could help me with this.
I'm trying to detect the enter Key when pressed.
Console.Write("**Press** **Enter** "to do this" or **Press Esc** "to do that" ");
we usually use the readline after that, but only if the user will write something.
This time I want to detect if the user has pressed ENTER or ESC.
Can You help me? is this possible in C#? Thanksss