Question: Hey guys I've got some simple programming homework in C that I need some help on :: Write a C program to count the number
Hey guys I've got some simple programming homework in C that I need some help on
::
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 CPE325!, the output should be like the followin g:
(You can hard code the input string)
"Hello CPE325! " 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
