Question :
In official Obenglobish, the ob characters are added only before vowels that are pronounced, which means that a word like "game" would become "gobame" rather than gobamobe because the final e is silent.
While it is impossible to implement this rule - 3 - perfectly, you can do a pretty good job by adopting the rule that the ob should be added before every vowel in the English word except
• Vowels that follow other vowels
• An e that occurs at the end of the word Write a function obenglobish that takes an English word and returns its Obenglobish equivalent, using the translation rule given above.
For example, if you used your function with the main program.