Q. Which of the following is the correct way to declare a variable in Ruby with a default value? (A) var_name = value (B) var_name := value (C) var_name << value (D) var_name => value ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) var_name = value