Vidyalelo
Computer Science · Q248

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 248

Q248

What value is printed by println()? val set = setOf("apple", "pear", "orange", "apple") println(set.count())

A.
3
Answer
B.
4
C.
1
D.
5

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board