Dsa
Sliding Window
Medium
Consecutive Vowel Count
Write a program that determines the maximum number of consecutive vowels in a given string.
Input format:
The first line contains a string.
Output format:
Print the maximum count of consecutive vowels.
Example:
Input:
Hello, I am an engineer.
Output:
3
Key concepts
sliding_windowstring_manipulation
Practise this out loud — free
Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.
🎙 Practise this question now