You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: