Count the Vowels

Question

Solution

Idea

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

Code

https://github.com/mendax1234/Coding-Problems/blob/main/kattis/countthevowels/countthevowels.c

Last updated