Q248
What value is printed by println()? val set = setOf("apple", "pear", "orange", "apple") println(set.count())
A.
3
AnswerB.
4
C.
1
D.
5
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board