+ 4
Solved - I cannot do this code to work - hello world java
Maybe is so simple but... Why the error? https://code.sololearn.com/c9C19FtHN98D/?ref=app
4 Respostas
+ 3
It's L in lowercase, not i in uppercase in println. Because println stands for print line.
+ 3
It's println (lower case L) not printIn (uppercase i)
0
Ahhhh thanks