Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyKotlinstring templatesSingle-choice MCQ

What is the value of msg after this code runs?

val count = 3 val msg = "You have ${count + 1} items"