Kotlin - Control Flow as Expressions
In Kotlin, what will the
when expression return if the variable num falls within the range 5..15?when expression return if the variable num falls within the range 5..15?when with rangeswhen expression checks if the value matches any condition, including ranges.num is in the rangenum is within 5..15, the corresponding branch executes.in 5..15 branch -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions