Where does "print" come from? Asking because to my knowledge, this is the standard way of printing something to the console in java:
System.out.print( something );
Or if you want to print a line:...