Operators and operations are the building blocks of software development. Each data type has its own unique set of operations that can be performed on them using operators. Fundamental operators like +, -, *, /, = and % are widely used in programming. While some programming languages offer a limited set of operators, Kotlin provides a wide range of operators to work with.
In this chapter, you have learned about:
Common operators like +, -, *, /, =, and, %.
Increment and decrement operators: ++, –.
Augmented assignment operators: +=, -=, ….
The differences between logical and comparison operators.
In the next lesson, you’ll learn about a special type of data called null. Understanding null is a crucial skill in Kotlin programming. Equipped with the knowledge of null, you’ll avoid many common errors.
See forum comments
This content was released on May 22 2024. The official support period is 6-months
from this date.
Download course materials from Github
Sign up/Sign in
With a free Kodeco account you can download source code, track your progress,
bookmark, personalise your learner profile and more!
Previous: Demo
Next: Learn the Kotlin Language: Discover Operators
All videos. All books.
One low price.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.