using simple loop IN C++ Write a program that takes 10 character type input from user. In the end, your program should display count of Capital and small alphabets, count of integers and special...


using simple loop


IN C++


Write a program that takes 10 character type input from user. In the end, your program should display count of Capital and small alphabets, count of integers and special characters.
Sample Output: Enter 10 characters: A B C t g 1 0 $ ^ #
Total Capital Letters are: 3
Total Small Letters are: 2
Total Integer values are: 2
Total Special characters are: 3




Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here