Question: Write a C++ program to input a list of characters terminated by the sentinel value '#' (5 points). The program should display the following:
Write a C++ program to input a list of characters terminated by the sentinel value '#' (5 points). The program should display the following: Number of characters entered by the user. (5 points) Count of small letters between 'a' and 'f'. (10 points) Percentage of vowel letters. (10 points) Vowel letter with the highest occurrence. (10 points) 1. 2. 3. 4.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
