Kotlin Basic InputOutput

Contents

Kotlin Basic Input/Output

Kotlin Input Output: In this tutorial, you will learn to display output to the screen, and take input from the ...
Read More
Kotlin Comments

Kotlin Comments

In this tutorial, you will learn about Kotlin comments, and why and how to use them. Comments are statements that ...
Read More
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 ...
Read More
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 ...
Read More
Kotlin Operators

Kotlin Operators

Kotlin Operators: Kotlin has a set of operators to perform arithmetic, task, comparison operators, and more. You will learn to ...
Read More
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 ...
Read More
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 ...
Read More