0
How to remove vowels from a string and we should not remove any vowels if they are occurring continuously
Example: 1 -> Cat ===> Ct ==> here a is a vowel and does not have any continuous vowels so it is removed 2 -> Heet ==> Heet ==> hear e vowel but it is repeated twice so it should return without removing any letter
3 odpowiedzi
+ 6
If you find a vowel, automatically check the next character to see if it's a vowel. If it is, check the next character. If not, delete the character.
+ 1
uday kumar A B this will depends on your programmig language. Which programming language u want to use?
+ 1
Don't expect people to put effort into helping you if you're not even willing to put any effort into asking your question.
https://www.sololearn.com/Content-Creation-Guidelines?
https://code.sololearn.com/Wv5gTHy1N6Ji/?ref=app
https://www.sololearn.com/discuss/1316935/?ref=app
https://code.sololearn.com/W3uiji9X28C1/?ref=app
https://www.sololearn.com/discuss/333866/?ref=app