Question: in Ruby, write a method tedious_transcribe that accept string as argument. the method should return string with below conditions # for words ends with vowel,
in Ruby, write a method tedious_transcribe that accept string as argument. the method should return string with below conditions
# for words ends with vowel, return string with same vowel added to end of the string
#for words with vowels, return string new word with "b" after vowel then add the same vowel after
p tedious_transcribe('kids like cats and dogs') # ('kibids libikee cabats aband dobogs'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
