Signing you in…

Arithmetic, Comparison and Logical Operators

Operators combine values: arithmetic (+ - * / %) for numbers, comparison (== != < > <= >=) for ordering and equality, logical (&& || !) for Booleans. Kotlin uses == for structural equality (calls equals) and === for reference identity — for beginners, remember == compares content for most types you use.

Arithmetic
Content is available with subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.