Inhabitants of an alien planet Venturium speak Venturese. It is very similar to English; only there are no vowels. Every instance of a vowel is replaced by v.
Example: The word, “Hello” in Venturese is Hvllv.
Write a program that converts words from English to Venturese.
Input constraints: The input should consist of letters ONLY.
You will be judged according to the following criteria:
Input Validation: Have you properly validated input?
Code Quality: Is the code readable?
Correctness: Does the program give proper output?
Machine Information:
Operating System: Windows 10
Language: Java (JRE 1.8.0_71)
IDE: Eclipse Mars
5 commits
Java
100.0%
Inhabitants of an alien planet Venturium speak Venturese. It is very similar to English; only there are no vowels. Every instance of a vowel is replaced by v.
Example: The word, “Hello” in Venturese is Hvllv.
Write a program that converts words from English to Venturese.
Input constraints: The input should consist of letters ONLY.
You will be judged according to the following criteria:
Input Validation: Have you properly validated input?
Code Quality: Is the code readable?
Correctness: Does the program give proper output?
Machine Information:
Operating System: Windows 10
Language: Java (JRE 1.8.0_71)
IDE: Eclipse Mars
5 commits
Java
100.0%