Problem 8: Count Vowels
Hey everyone! π
Today, we're tackling a string manipulation problem: Counting Vowels.
The Problem
The goal is to write a function that counts the number of vowels in a given string. We need to consider both lowercase and uppercase vowels ('a', 'e', ...
blog.vicentereyes.org2 min read