Kotlin Fundamentals Explained: The Basics You Need To Know
Kotlin Variable:
Variable refers to a memory location. It is used to store data. The data of variable can be changed and reused depending on condition or on information passed to the program.
Variable Declaration
Kotlin variable is declared using key...
mzohaib.hashnode.dev5 min read