class J10E05 { public static void main(String[] args) { System.out.println( "Investigating args: \n" + " args.length is " + args.length); } }