logo

Crowdly

Care va fi rezultatul afișat? import java.util.*; public class Test {  ...

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

Care va fi rezultatul afișat?

import java.util.*;

public class Test {

    public static void main(String[] args) {

        Set<String> s = new HashSet<>();

        s.add("A");

        s.add("B");

        s.add("A");

        s.add("C");

        System.out.println(s.size());

    }

}

More questions like this

Want instant access to all verified answers on moodle1.ceiti.md?

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