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 .

20th Jun 2020, 11:57 AM
Sk Tawsif
Sk Tawsif - avatar
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/
20th Jun 2020, 12:34 PM
A͢J
A͢J - avatar