What kind of error does the following program cause?
system.out.println("Hello World");
Syntax error
The program runs without any errors
Runtime error
Logic error