I bought this book last night and while going through the first chapter I encounter error while compiling my first codes. Can someone help me on this..
Code:
public class OurFirstProgram {
public static void main(String[] args) {
System.out.print1n("Krakatoa, East of Java??");
}
}
Error in cmd promt below:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Boyet\Documents\JavaProj\MyFirstApplet>ja vac OurFirstProgram.java
OurFirstProgram.java:4: error: cannot find symbol
System.out.print1n("Krakatoa, East of Java??");
^
symbol: method print1n(String)
location: variable out of type PrintStream
1 error