Anyone here who have there expertise in "FLY ASH ACC BRICK" i was planning to invest and build Acc brick factory and i do have some doubt, If anyone here with the experience of acc factory please let me know.
2 Replies
Yasir Alam
Android Developer • 1y
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)
}