+ 8
🕹🕹 Challenge🎏🎏. Disemvoweler
*Can you code this challenge?* Make a program that removes every vowel and whitespace found in a string. It should output the resulting disemvoweled string with the removed vowels concatenated to the end of it. For example: input: 'Hello world' outputs: 'Hllwrld eoo'. https://code.sololearn.com/cVM5ucHqxg42/?ref=app
22 Answers
+ 11
Here's my try:
https://code.sololearn.com/c9iklw6F6iQ8/#java
+ 9
@Pranit Gandhi
Thanks 😊
+ 8
easy method...
https://code.sololearn.com/cxWs456eSLrb/?ref=app
+ 8
https://code.sololearn.com/csfs260687U9/?ref=app
+ 5
@sayan
Awesome
+ 4
https://code.sololearn.com/WvMtKDHvp7pX/?ref=app
+ 4
nice one @python
any language welcome
+ 4
@kazi Mridul hossain
cool 👍
+ 4
@lukartodo
nice different way
+ 4
C#tllmyvwlsndsptthmtthnd aeaoeaieaee https://code.sololearn.com/c5m5m3DyzMz0/?ref=app
+ 4
@Podretyz
😎👍
+ 3
@Haileyesus
yes it's somewhat right code...
but for input--> 'Hello World'
it must show output as--> 'HllWrldeo o'
but your code showing output as-->. 'hllwrld eo'
do some modifications
+ 3
Here is mine:
https://code.sololearn.com/cBj25INq8hH0/?ref=app
+ 3
Not the best way to do it but here's my try:
https://code.sololearn.com/cZdYi8CPNY7F/?ref=app
+ 2
nice one @Schindlabua
+ 2
https://code.sololearn.com/c3Rz32s18sI1/?ref=app
My answer in python
+ 2
@m_sudhu
and here is another one ✌👍
+ 2
@stoyan
ohh new language
c++🤘🤘 nice one