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

76.47% Correct | 23.53% Incorrect
Last Solution submitted on Sep 12, 2025

Solution Comments

Show comments

Problem Recent Solvers10

Suggested Problems

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!