0
Why my input wont show in c# ?
I wrote Console.ReadLine( ); so that I can write text after I run the code but it wont work .
1 ответ
+ 1
To show as output use WriteLine() method
Console.WriteLine("AJ");
ReadLine() method just use to get Input
https://www.sololearn.com/learn/CSharp/2584/