## Count Vowels: Extend to Count Consonants Too **Description**: The current vowel counter only counts vowels in a given string. **Task**: - Modify the program to also count consonants. - Provide a summary of both counts in the output.
Count Vowels: Extend to Count Consonants Too
Description:
The current vowel counter only counts vowels in a given string.
Task: