Problem 60841. Count Vowels at Even Indices
Write a function `vowelEvenIndices` that counts the number of vowels (a, e, i, o, u) located at even indices (0-based) in a given string. The string contains only lowercase alphabetic characters.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
10 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!