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
1 Réponse
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");