Question: Question 18 1 pts wordSet is type Multiset . What is printed? wordSet.add(apple); wordSet.add(banana); wordSet.add(dog); wordSet.add(cat); System. out.println(wordSet.size()); none of these is correct 3 5

Question 18 1 pts wordSet is type Multiset . What is printed? wordSet.add("apple"); wordSet.add("banana"); wordSet.add("dog"); wordSet.add("cat"); System. out.println(wordSet.size()); none of these is correct 3 5 4 you cannot tell from the provided code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
