Ruby - Variables and Data Types
Find the error in this Ruby code snippet:
value = 10 value = value + "5" puts value
value = 10 value = value + "5" puts value
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions