Question: Write a C program to count the number of digits, lower case alphabetic characters, and upper case alphabetic characters in a given string. If the
Write a C program to count the number of digits, lower case alphabetic characters, and upper case alphabetic characters in a given string. If the given string is Hello MAE189!, the output should be like the following: (You can hard code the input string) Hello MAE189! Contains: 3 digits 4 uppercase characters 4 lowercase characters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
