Niket Raj Dwivedi is March content creators result is out becz I got from your team??
1 replies6 likes
Yasir Alam
Android Developer • 11m
Question: What is the output of the following Kotlin code snippet?
fun main() {
val list = mutableListOf(1, 2, 3, 4, 5)
val result = list.fold(5) { acc, num -> acc * num }
println(result)
}