public class StringTokens { public static void main( String[] args ) { System.out.print( "\nThis sentence inserts one new line before it starts and two after it ends\n\n" ); System.out.print( "This is here to prove the later.\n" ); } }