filmov
tv
Encrypt word || Java tutorial for beginners || Java in Hindi || Java programming ||

Показать описание
A class Encrypt has been defined to replace only the vowels in a word by the next corresponding vowel and forms a new word.
i.e. A → E, E → I, I → O, O → U and U → A
Example: Input: COMPUTER
Output: CUMPATIR
i.e. A → E, E → I, I → O, O → U and U → A
Example: Input: COMPUTER
Output: CUMPATIR