Q17
What is the correct syntax to declare and initialize a variable in Ruby?
A.
var_name = value
B.
var var_name = value
C.
variable var_name = value
D.
variable_name = value
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board