What is the correct syntax for string interpolation in Ruby?
A. "#{variable}"
B. $(variable)
C. %(variable)
D. variable.to_string
Answer: Option A
A. "#{variable}"
B. $(variable)
C. %(variable)
D. variable.to_string
Answer: Option A
What does the 'puts' method do in Ruby?
A. Prints to console
B. Converts to string
C. Finds the length
D. Reads input from user
Join The Discussion