Why Javac send me the next error: "cannot find symbol system.out.println ("hello world") | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Why Javac send me the next error: "cannot find symbol system.out.println ("hello world")

And then Symbol: method println(string) Location: variable out of type PrintStream

18th Oct 2016, 8:25 AM
Javier
1 ответ
0
First: This is python, not java Second: Maybe you could write 'system' with capital letter Third: You need to write a semicolon (;) after the code now you get something like this: System.out.println("Hello World");
20th Oct 2016, 4:31 PM
Tom Post
Tom Post - avatar