Types of Variables – Kotlin Tutorials for beginners
This beginners tutorial is on types of variables in Kotlin, values each of these types take and memory allocated for each type. Types of variables …
This beginners tutorial is on types of variables in Kotlin, values each of these types take and memory allocated for each type. Types of variables …
Variables in Kotlin or any other programming language are used for holding values, a name is given to it so that it can be referenced …
The post briefs on REPL feature in IntelliJ IDEA and how to use it. Using REPL feature in IntelliJ IDEA you can try out a …
The post briefs on how to set up IntelliJ IDE before you start coding in Kotlin. I. Install the IDE For installing it on Ubuntu …