What if Sachin Banasal join here?
I mean it's a good deal for him to.
Professionals are his customers at the end!
He is the one I believe knows Indian Market very well!
Win win for us also!✌️
I always believed and support Win-Win situations.
Evolution has also happened with Win-Win Conditions.
Example: 1. Plants and all other living things.
2. Plants supports human life as human supports plant growth.
If something exploiting something
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)
}