Select all the possible values of the variable n when result is true.
val n = ...
val result = (n < 100) || (n >= 200)Select all the possible values of the variable n when result is true.
val n = ...
val result = (n < 100) || (n >= 200)Create a free account to access the full topic