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)
}
Hey medial founders I have created poll but polls result are not equal to 100 while showing see 36 percentage yes and and 63 no where 1 percent gone I guess some logic is wrong in code I suggest you to correct it