+ 1
Why iCan't use (console) labrary in c# 😕
console labrary in c#
8 Answers
+ 1
It sometimes says "compilation error" when server is not responsive. If you are confident your code is ok. Try again.
Do you get any errors ?
https://code.sololearn.com/c1iXd0dYchIQ
+ 3
ok think you ,problem solved
in visual studio I didn't use "input" statement ,it's gast work without problems
+ 2
no in sololearn
+ 2
I get error wen I wrote
console. read() ;
+ 1
wen I am start anew code it dosn't work
0
In playground or visual studio
0
What is it you can't use ?
Console.WriteLine("hello");
is working
0
What was the error.
Notice c# is case sensitive so it should at least be Read()
Please use Console.ReadLine()
I used console.ReadLine() in this code
https://code.sololearn.com/c7oA54FJzX74
Did you use Read() for a reason ?