Beginner
Count Vowels
Count the number of vowels in a given string.
📝 Prompt Content
Write a program that accepts a string and counts how many vowels (a, e, i, o, u) are present in the text, printing the total count.