What is the correct syntax for defining a variable in Ruby?
A. var name = "value"
B. variable name = value
C. name = value
D. name: value
Answer: Option C
A. var name = "value"
B. variable name = value
C. name = value
D. name: value
Answer: Option C
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