Kotlin tutorial for Beginners – Kotlin Functions

Kotlin Functions In this article, you’ll learn about functions; what functions are, its syntax and how to create a user-function in Kotlin. In programming, function is a group of related statements that perform a specific task. Functions are used to break a large program into smaller and modular chunks. For example, you need to create … Continue reading Kotlin tutorial for Beginners – Kotlin Functions