m a begineer of java programing plz tel me wats wrong in my program.
// my first program
public class HelloWorld
{
public static void main(String[] args)
{
System.out.printIn("Hello World");
}
}
it shows the error cannot find symbol.
symbol:method PrintIn(java.lang.string)
location: class java.io.printstream
system.out.printIn("helloWorld")
1 error