counting vowels


Submit solution

Points: 10
Time limit: 65.0s
Memory limit: 64M

Author:
Problem type
Allowed languages
C

Given a string of length n, calculate the number of vowels in a given string using getchar.

Sample Input

8 lavanya

Sample Output

3


Comments

There are no comments at the moment.