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