Program: Write a program that accepts a word into a character array string variable. Display a count of the number of letters in the word.
Also display a count of the number of vowels and the number of consonants in the word.
You need to implement this in C++ language. You need to provide the answer as soon as possible.