georigierobin61831 georigierobin61831 29-02-2024 Computers and Technology contestada What is the output of the following code? Set set = new LinkedHashSet<>(); set.add("ABC"); set.add("ABD"); System.out.println(set);