Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Computers are remarkably good at carrying out specific tasks, far better than humans. They excel at performing even complex operations with ease, speed, and efficiency. Examples of operations include the following math basics: addition, subtraction, multiplication, and division. Operations also calculate square roots, factorials and exponents, among others.

In this lesson, you’ll learn about:

  • Common operators like +, -, *, /, =, and, %.
  • Increment and decrement operators: ++, –.
  • Augmented assignment operators: +=, -=, ….
  • The differences between logical and comparison operators.
See forum comments
Download course materials from Github
Previous: Learn the Kotlin Language: Understand Types Next: Instruction 1