and in an if statement kotlin code example Example: kotlin if else condition if (a > b) { max = a } else { max = b }