Why Javac send me the next error: "cannot find symbol system.out.println ("hello world") | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
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