ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which operator is used in Kotlin for string interpolation?
Correct Answer: A — $
In Kotlin, you use the name" replaces $name with the value of the name variable.