What is the correct way to declare a variable in Ruby?
A. var name = "value"
B. let name = "value"
C. name = "value"
D. const name = "value"
Answer: Option C
Related Questions on Basic Syntax in Ruby
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