Write a function intsToSet(ints: MutableList<Int>): Set<Int> that takes input and outputs a set of Int's from the input list.
Set
Two sides of the same
Report a typo
Write a program in Kotlin
fun intsToSet(ints: MutableList<Int>): Set<Int> {
// write here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.