# Count the Vowels

## Question

{% embed url="<https://open.kattis.com/problems/countthevowels>" %}

## Solution

### Idea

This is a basic **string manipulation** problem. Nothing much to talk about.

### Code

{% @github-files/github-code-block url="<https://github.com/mendax1234/Coding-Problems/blob/main/kattis/countthevowels/countthevowels.c>" %}
