edwardbeckett
1/15/2015 - 3:46 PM

StringTokens

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" );
	}

}