Kotlin-String-Control Flow Statements

This codelab shows the different use cases for a strings using kotlin.

1)Types of strings in Kotlin.

2)Using strings with experssions in it for each type.

3)Concatenating strings.

4)Kotlin's version of switch statement.

For other types of control flow refer :-https://kotlinlang.org/docs/reference/control-flow.html

What are we implementing?:-

Screenshot