Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Kotlin
easy
Kotlin
string templates
Single-choice MCQ
What is the value of msg after this code runs?
val count = 3 val msg = "You have ${count + 1} items"