Question: solve this problem with c language not c++ please 3. Write a program that displays the following about its input set of characters: A. The

solve this problem with c language not c++ please solve this problem with c language not c++ please 3. Write

3. Write a program that displays the following about its input set of characters: A. The number of vowel and non-vowel characters B. The number lower case, upper case letter characters, and the percentage of upper case letters of all letters. C. The percentage of vowel characters in the input set D. The number of numerical characters and display the how many of this group is prime. The program reads characters continuously until is encountered. Note: to convert a number character to its corresponding numerical value, subtract the zero character from the character itself. (int)('9' - '0')- 9. Also, make sure to avoid division by zero wherever possible. Test your program using: bcde 1234567@AB#

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!