In this tutorial, you will learn the following:
- Arithemtic Operators
- Addition (+)
- Substraction (-)
- Multiplication (*)
- Integer Division (/)
- Modulous Division (%)
You would need the following in order to following this tutorial:
- An Integrated Development Environment(IDE) installed that can run Java (e.g Eclipse, IntelliJ)
- JDK 1.X installed on your Pc
- Of course willingness to learn
Difficulty
- Intermediate
Description
In this First Tutorial, we take a simple tour to Kotlin and learn basics like how the main() method differs from Java's, and also how the declaration and initialization of variables are different from Java's.
The Arithmetic Operators(+,*,/,-,%) are largely explained also.
Video Tutorial Link:
NB: This video has only being shared on my Youtube Channel
Posted on Utopian.io - Rewarding Open Source Contributors