I am working on a c# Console Application where the user has to only enter a number to make a selection. Instead of making the user have to type in the number and then hit enter is there a way for the input to be accept on just the number not being inputted, i.e. so the user doesn’t have to press enter.e
Thanks for your help.
Console.ReadKey() should work in this case