Q. What is the correct syntax for string interpolation in Ruby? (A) "#{variable}" (B) $(variable) (C) %(variable) (D) variable.to_string ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) "#{variable}"