Kotlin - Control Flow as Expressions
What does the when expression do when multiple conditions are separated by commas in Kotlin?
What does the when expression do when multiple conditions are separated by commas in Kotlin?
when handles multiple conditionswhen expression checks if the value matches any one of those conditions.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions