logo

Crowdly

Mis ilmub ekraanile? import java.util.Set; import java.util.TreeSet; p...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Mis ilmub ekraanile?

import java.util.Set;

import java.util.TreeSet;

public class TestTreeSet {

public static void main(String[] args) {

Set<String> hulk = new TreeSet<>();

hulk.add("2");

hulk.add("9");

hulk.add("5");

hulk.add("22");

hulk.add("1");

hulk.add("15");

System.out.println(hulk);

}

}
0%
0%
More questions like this

Want instant access to all verified answers on moodle.ut.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!