Ruby - String Operations
Identify the error in this Ruby code:
str = "code" str[5] = 'r' puts str
str = "code" str[5] = 'r' puts str
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions