Filter numbers to only numbers that are larger than 4.
Advanced lambda expressions
Filter larger numbers
Report a typo
Write a program in Kotlin
class Solution {
private val numbers = charArrayOf('5', '9', 'a', 'c', 'a', '7', '8', '5', '1','3')
val positiveNumbers = // complete
}
___
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.