0
On C# How text a Console.ReadLine(); but without line break. I want the input to be on the same line as where I ask the question
I want the input to be on the same line as where I ask the question.
2 Answers
+ 5
Console.Write();
0
This is for write in the same line... not read!! I want read one variable on the same line.