Write a program to count a number of vowels and consonants in a given string.
Input :
String: Life is Good
Output :
Vowels: 5 Consonants: 5
Published By : Hardik Patel