Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyKotlinscope functions let apply runSingle-choice MCQ

What does this print, given that run returns the result of its lambda?

val x = run { val a = 5 val b = 10 a + b } println(x)