A java program to convert a new language to plain english language. (A exercise for String in advanced programming)
Repeat vowels english character and put 'o' between that.
A E O U I
HoHeyoy alollol, hohelollolo hohowow arore yoyou koknonowowloledodgoge! Hey all, hello how are you knowledge! | Method | Goal | Return Type |
|---|---|---|
| toRomani | Convert English text to Romani language | String |
| toEnglish | Convert Romani text to English language | String |
| isValid | Check a Romani text is valid or not | Boolean |
| checkCharType | Check one char, it's English vowels or other symbols | int |
public static int checkType(char input); public static Boolean isValid(String input); public static String toEnglish(String input) throws Exception; public static String toRomani(String input); A E O U I
strength alpha strong frzzl engthstray alphaway ongstray frzzlay | Method | Goal | Return Type |
|---|---|---|
| toZari | Convert English text to Zari language | String |
| indexOfChar | Find the position of the first English vowel letter | int |
| minimum | Find the smallest value of a array | int |
| checkCharType | Check one char, it's English vowels or other symbols | int |
public static String toZari(String input); public static int indexOfChar(String input); public static int minimum(int []array); public static int checkCharType(char input); My nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers.
A team includes some programmer, developer, designer, researcher(s) especially Max Base.