Comment saper la chaîne pour tableau

       Scanner in=new Scanner(System.in);
		String input=in.nextLine();
		String[] word=input.split(" ");
Modern Moose