Skip to content

Extract a path of stringimport java.util.TreeSet; public class StudentManagement { public static void main(String[] args) { TreeSet<String> students = new TreeSet<>(); // Adding names one by one students.add("Theagu"); students.add("Krishna Priya"); students.add("Priya Rashi"); students.add("Leon"); // Displaying names line by line for (String name : students) { System.out.println(name); } } } #115

@priya13-ui

Description

@priya13-ui
No description provided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions