College exams vs skill development
I really get excited to work on my skills when there is an exam 😂!
While(true)
true++;
1 replies2 likes
Nadeem
Stealth • 20d
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.
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)
}