- 1
Problems with the code playground
Hey um, does anybody know why can’t I use the System.out.printIn(); command in the java coding playground? Is the statement wrong? Or am I missing something? Because when I try to run even the simplest program an error pops up saying that it doesn’t recognize the command. Thank you in advance for any help!
7 Réponses
+ 2
Oooooh that explains a lot, thank you all very much! And sorry for the bother!
+ 1
Can you post the link of a code you have tried??
+ 1
Where are you trying?? If you are taking about here , can you show code link?
+ 1
It's perfectly working fine here..
https://code.sololearn.com/cm6tN1oD4P1L/?ref=app
+ 1
Letizia You put a a capital i instead of a lowercase L. A capital i looks the same as a lowecase L so it's confusing. PrintLn is short for PrintLine not Print in.
+ 1
Letizia try by yourself in case of any errors post your code
0
Ok so here’s one
https://code.sololearn.com/ct17zUsPZVBk/?ref=app
I tried to copy yours but as soon as I try to run it… nothing, still error. However if I run it directly from the link it works. I must be doing something wrong