Coding Challenge · BEGINNER
In a bustling newsroom, editors often need to quickly adjust the text of articles to meet specific stylistic guidelines. One such task is to reverse the order of vowels in a sentence while keeping the rest of the characters in their original positions. Your objective is to implement a function that performs this transf…