Q. How can you create an array in Ruby?
β
Correct Answer: (A)
[1, 2, 3]
Explanation: Arrays in Ruby are created using square brackets.