Untitled

 avatar
unknown
plain_text
2 years ago
207 B
5
Indexable
String formatting question: Given vowels (a,e,i,o,u) and step k, replace the current vowels in the string with the next kth vowel on right side. If there are no further vowels on right, start from 0th index.
Editor is loading...