What do we mean by expression substitution?
A. Embedding the value of Ruby expression into a string using #{ }
B. Substituting string functions
C. Storing string value
D. None of the mentioned
Answer: Option A
A. Embedding the value of Ruby expression into a string using #{ }
B. Substituting string functions
C. Storing string value
D. None of the mentioned
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