0
I have a problem at C# they say console does not contain definition of WriteLine
Confused
7 ответов
+ 4
Mind the spelling:
Console.ReadLine
Console.WriteLine
+ 2
You write:
Console.Readline
Correct is:
Console.ReadLine
+ 1
Please link your complete code – without seeing the code nobody can tell what the issue is
+ 1
Ohhh i see . Thanks
0
My spelling is correct. Isn't it??
0
Msizi Mwelase
WriteLine instead of Writeline