- 1
Can someome explain why this happens?
So when I go to playground I try to make a C# course. And from then on I try to put in Console.WriteLine and then i comes up with an error. Can someone help me fix this?
8 Answers
+ 8
NateyBoi52 please link your code so we can help find your error. You can use the + button to add it.
+ 7
You're missing some ;
+ 2
Whats funny is how i thought it was bug in Sololearn and it wasn't me. Just wow. Thanks for pointing that out.
+ 1
Ill make a separate code with Console.WriteLine just to show what I mean.
+ 1
Here you go
https://code.sololearn.com/coVddwTCXTQ8/?ref=app
+ 1
Now i dont have to worry anymore
+ 1
Actually Tanay Bhatt is right. I forgot to mention it, but always patiently analyse your error reports. You may see the the line number (where the error happened) and what the code was expecting but didn't get. It's very helpful. đ