Problem Description

Write a function that counts vowels in a string (a,e,i,o,u).

Input Format

One line string s.

Output Format

One integer count.

Sample Test Case

Input:
Hello World
Output:
3

Constraints

|s|

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next