Q. Which of the following is the correct way to define a constant in Ruby? (A) CONSTANT_NAME = value (B) constant_name : value (C) constant_name = value (D) constantName(value) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) CONSTANT_NAME = value