Ruby - String Operations
What is the output of this Ruby code?
str = "programming" puts str[-4, 3]
str = "programming" puts str[-4, 3]
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions