Count Vowels

Easy

📝 Description

Count the number of vowels in a given string.

Input Format

A single string

Output Format

Number of vowels

Constraints

1 ≤ length ≤ 100

🔍 Sample Input

apple
            

✅ Sample Output

2
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run