Q. What is the correct way to declare and initialize a variable in Ruby?
β
Correct Answer: (D)
variable_name = value
You must be Logged in to update hint/solution