i am new to java and idk what this error means in this simple code. i use netbeans either
class apples{
public static void main(String args[]){
System.out.printIn("Hello youtube");
}
}
//the error is: cannot find the symbol
symbol: printIn (String)
location: variable out of type PrintStream