Tagged in

Android

Make Apps Simple
Make Apps Simple
Working on ways to improve apps from planning, requirement gathering to end-user experience.
More information
Followers
6
Elsewhere
More, on Medium

Is multiplication always commutative in Kotlin 🤔?

What is commutative property?

To quote from Wikipedia,

A binary operation is commutative if changing the order of the operands does not change the result.
Of course, it is…