Daily challenge for 2025-01-17
17. Count Vowels
Write a function solve that counts the number of vowels (a,e,i,o,u) in a string, ignoring case.
Example:Input: "Hello World"Output: 3
Run this challenge interactively in Python or JavaScript when the app loads.