Which operator is used in Kotlin for string interpolation?
$
@
%
Correct Answer: A — $
Explanation:
In Kotlin, you use the symboltointerpolateavariableintoastring.Forexample,"Hello,symbol to interpolate a variable into a string. For example, "Hello,symboltointerpolateavariableintoastring.Forexample,"Hello,name" replaces $name with the value of the name variable.