Question: please do in cpp Count Upper Case Letters [10 points) Write a function in your header file that counts the number of upper case letters
please do in cpp

Count Upper Case Letters [10 points) Write a function in your header file that counts the number of upper case letters in a given string. It should have the following signature: int count_upper( std::string ) Examples: If the input string is "Hello World", the result is 2, because there are 2 upper case characters in it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
