Q. What is the correct way to cast a string to an integer in Ruby?
β
Correct Answer: (A)
string.to_i
You must be Logged in to update hint/solution