-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
Description
You have tested the function with different inputs, but you found that it returns the wrong number of vowels for some inputs. For example, when you enter "hello world", the function returns 2 instead of 3.
solve the issue.
NOTE : do not change the logic of the code
try to fix the code with minimum changes.