how to use logical operatorin if else in kotlin with nullable code example Example: kotlin if else condition if (a > b) { max = a } else { max = b }