beginner
Vowel Counter
Count the number of vowels in a given text.
📝 Contenido del prompt
Write a script that accepts a text string and counts how many vowels (a, e, i, o, u) are present in the text.