how to delete my account on medial? I like this app a lot but I still want to delete my acc
4 replies1 like
Abh code
What's new here? 👀 ... • 9m
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
Vagle
Hakuna matata • 4d
True 😂
1 replies6 likes
Nadeem
Hi everyone • 3m
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
Amandeep Singh
Co-Founder @ The Waf... • 21d
Who thinks this is going to be true?
6 replies16 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)
}