Q. What is the correct syntax for string interpolation in Ruby?
β
Correct Answer: (A)
"#{variable}"
You must be Logged in to update hint/solution