Add a challenge that requires students to filter an existing list based on a specific criterion, for instance remove all entries with fewer than a baseline number of babies.
public static void removeLessThanLimit(ArrayList<NameEntry> data, int limit)