+ 1
I don't know why it says "Vowel (s) not detected" if I enter any string starting with a consonant like "aifjooj".PLEASE HELP
3 ответов
+ 2
This is working fine for me.
Your mistake was :
You was directly returning string.
If first character of string is vowel but the last will be not, then it will always return vowel not detected.
This is an alternative way to do.
https://code.sololearn.com/c6u2hR1IXpvQ/?ref=app
+ 1
Raj Chhatrala Thank you so much.
+ 1
Anna Thank you too