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