✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
import java.util.HashSet;
public class MyClass {
public static void main(String[ ] args) {
HashSet<String> set = new HashSet<String>();
set.add("A");
set.add("B");
set.add("C");
System.out.println(set);
}
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!