Ruby - String Operations
Which Ruby code correctly replaces all vowels in a string with '#' using string mutability?
str = "education" # Your code here puts str
str = "education" # Your code here puts str
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions