Kotlin Comments

Kotlin Comments

In this tutorial, you will learn about Kotlin comments, and why and how to use them. Comments are statements that ...
Kotlin Expression, Statements, and Blocks

Kotlin Expression, Statements, and Blocks

Kotlin statement expression: In this tutorial, you will learn about Kotlin expressions, Kotlin statements, differences among expressions and statements, and ...
Kotlin Type Conversion

Kotlin Type Conversion

Kotlin Type Conversion: In this tutorial, you will learn about type conversion; how to convert a variable of one sort ...
Kotlin Operators

Kotlin Operators

Kotlin Operators: Kotlin has a set of operators to perform arithmetic, task, comparison operators, and more. You will learn to ...
Kotlin Variables Types

Kotlin Variables and Basic Types

Kotlin Variables: In this tutorial, you will learn about kotlin variables, how to create them, and the fundamental data types ...
Kotlin Hello World - You First Kotlin Program

Kotlin Hello World – You First Kotlin Program

In this tutorial, you will learn to write the Hello World program in Kotlin. A "Hello, World!" is a basic ...