0
console.writeline appears as an error when i type it it says that it isn't available in my context
5 Réponses
+ 2
Console.WriteLine .. C, W and L should be capital
+ 2
C# is case sensitive.... Console.WriteLine should work
0
You might have written it wrongly. Try again. Console.WriteLine
0
Can you share the sample code that you are trying to execute
0
Try this with this : Console.WriteLine();