Skip to content

Require students to filter a list #3

@kentcollins

Description

@kentcollins

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions