void printAll(String... strings){ for ( String s : strings ) System.out.println( s ); }