help ArrayList<String> result = doubleValues(list); for (int i = 0; i < result.size(); i++){ System.out.println(result.get(i)); }