Kotlin - Variables and Type System
Which of the following is the correct syntax to include an expression inside a Kotlin string template?
${expression} to evaluate expressions inside strings.${a + b} correctly calculates the sum and inserts it.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions