+ 3
Write a program to encode text in Africa-AlphaNumeric code
Africa AlphaNumeric code is a system of encoding text by combining texts and numbers, the letter'a' is added after every consonant and vowels are changed to numbers corresponding their vowel index, ie a-1, e-2, i-3, o-4 u-5. example input Love output la4v2 input parent output pa1ra2nata
2 ответов
+ 3
here's mine, keep the codes coming
https://code.sololearn.com/c4x7Ye7VVur1/?ref=app