String line = scann.nextLine(); String[] info = line.split(" "); for( String s : info) { System.out.println(s); }