+ 1
is anyone else having problems using "Console" commands?
I can't get it to work for the life of me and I don't understand why. I am put it right into community and it's not working. I double checked, triple-checked and quadruple checked to make sure it wasn't a user error, but no matter what I do I can't get it to work! Help me!
6 Antworten
+ 2
Bro can u mention the actual error or th e message you are getting? So we can help you :)
A very common error is forgetting the capital letters while writing console methods. Remember the "C" of Console is capital, the "W" and "L" are capital in WriteLine :)
+ 1
I checked all of that stuff, it was all completely fine. I'll double check when I get home from school today.
+ 1
Bro what is the actual error I mean when you compile your code what visual studio or play ground says to you?
Or you can paste your code here so I can help you in a good way :)
0
No iam not, but if you can be more specific it would be much apriciated ;) console commands are in the following format, it opens the console and closes it once the program is over,
Console.WriteLine(''Console Format'');
Hope that helps! Make sure you check caps and the semi colon
0
s i do
0
I can't use Console.anything but I am writing mine out manually. I use Console stuff normally - like Console.WriteLine is just WriteLine for me