Vidyalelo
Ruby Programming · Q32

Arrays, Hashes and Strings in Ruby

Programming · Ruby Programming · question 32

Q32

In Ruby, how can you add a key-value pair to an existing hash?

A.
Using the `add` method
B.
Using the `insert` method
C.
Using the `put` method
D.
Simply assigning a value to a new key
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board