This is the tenth part of the video series on Kotlin language. Read and watch the other parts here. 1. Hello Kotlin 2. Declaring Variables 3. Data Types 4. String (Part 1) 5. String (Part 1) 6. Conditional Expressions 7. […]
This is the seventh part of the video series on Kotlin language. Read and watch the other parts here. 1. Hello Kotlin 2. Declaring Variables 3. Data Types 4. String (Part 1) 5. String (Part 1) 6. Conditional Expressions We […]
This is the sixth part of the video series on Kotlin language. Read and watch the other parts here. 1. Hello Kotlin 2. Declaring Variables 3. Data Types 4. String (Part 1) 5. String (Part 2) In this video, we […]
This is the fifth part of the video series on Kotlin language. Read and watch the other parts here. 1. Hello Kotlin 2. Declaring Variables 3. Data Types 4. String (Part 1) In this video, we discuss string comparison and […]
This is the fourth part of the video series on Kotlin language. Read the first, second and third parts here. In this post, let’s discuss String. String is an immutable type in Kotlin. fun main(args:Array<String>){ var lang = "Java" println(lang) […]