String
h>#include <ctype.h> // For tolower() function
int main() { char str[100]; int vowels = 0, consonants = 0;
return 0;}