+ 3
How to show a question when asking for input ?
In C# when using : Console.ReadLine(); Program will ask for input but it will not state what it needs . Is there a way to display a question above the text based input field ?
2 ответов
+ 16
not possible in code playground.
+ 2
use Console.WriteLine("paste the message here"); before the Console.ReadLine();