Kotlin - Control Flow as Expressions
Given a variable
num, write a when expression that returns "Even" if num is divisible by 2, "Odd" if divisible by 3, and "Other" otherwise. Which code is correct?