Kotlin - Collections Fundamentals
Which of the following is the correct syntax to create a mutable set of integers in Kotlin?
mutableSetOf().mutableSetOf(1, 2, 3), which is valid Kotlin syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions