Question: I need help with c++ Programming Challenges Write another function that accepts a C-string as its argument. This function should ount the number of consonants
I need help with c++ Programming Challenges Write another function that accepts a C-string as its argument. This function should ount the number of consonants appearing in the string and return that number. Demonstrate the two functions in a program that performs the following steps: The user is asked to enter a string. The program displays the following menu: A) Count the number of vowels in the string B) Count the number of consonants in the string C) Count both the vowels and consonants in the string D) Enter another string E) Exit the program 1. 2. The program performs the operation selected by the user and repeats until th user selects E, to exit the program. 3. 1ast names. The nam
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
