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