+ 9
[Challenge]Make a vowel counter(And Arranger).
In this challenge you have to make a vowel counter that can count the number of vowels in the given String and can arrange the vowels in the first according to the grammatical order. Example:- Input - Kite Output - eikt Note: The arrangement of the consonants should not be changed. -------------ALL LANGUAGES ARE WELCOME------------- BEST OF LUCK !!! HAPPY CODING !!!
13 Respostas
+ 17
https://code.sololearn.com/cR286unlO7ni/#cpp
+ 15
My try with c++:
https://code.sololearn.com/c4GDUOwJfHTP/?ref=app
+ 13
https://code.sololearn.com/csVUAsMk9yRc/?ref=app
+ 6
https://www.sololearn.com/discuss/1082512/?ref=app
+ 5
My code for vowel counter and arranger.
https://code.sololearn.com/Wr5Km2SMb5Tk/?ref=app
+ 4
https://code.sololearn.com/cE9gXx4OXXaE/#cs
+ 3
I will announce the winner tomorrow.
If you want to add something missing then do it quickly and post it before tomorrow.
You all have done well.
+ 2
https://code.sololearn.com/cq0qk7IVYCyZ
- 1
000000