Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.09 KB | None | 0 0
  1. (1..5).map { it.times(it) }.filter { it.div(3) < sqrt(it.toDouble()) }.forEach { println(it) }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement