Q13
Which of the following is the correct way to define a constant in Ruby?
A.
CONSTANT_NAME = value
AnswerB.
constant_name = value
C.
CONSTANT_NAME : value
D.
constant name = value
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board