Find the output

Report a typo

Take a look at the snippet. The condition somewhat overlaps. Please, choose the right output.

val x = 11
when (x) {
    10, 11 -> print("a")
    11, 12 -> print("b")
}
Select one option from the list
___

Create a free account to access the full topic