Question: Write a program that reads a text from the keyboard until the user presses the Enter key. Your program must count the number of uppercase

Write a program that reads a text from the keyboard until the user presses the "Enter" key. Your program must count the number of uppercase alphabets (A through Z), lowercase alphabets (a through z), digits (0 through 9) and any other characters. The other character count value should NOT include the "Enter" key. Display the count on the screen. You must use the in-built C++ character I/O functions in this program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
