0
C# 'Console' doesn't contain a definition for 'Readline' error?
Hi. When i tried to get input for one of the "Code Coach" example, i keep getting ['Console' doesn't contain a definition for 'Readline'] error? I have import related namespaces. But i am still getting this error. Can someone explain why happen this. Also my code runs as espected in Visual Studio.
2 ответов
0
Servet Birlik , I think it's a typo write "ReadLine" instead of "Readline" 🐱
0
Thanks for quick response. It works now nicely.
😃