how touse in operator in IF ELSE STATEMENT KOTLIN code example Example: kotlin if if (a > b) { max = a } else { max = b }