Question: 2 points S Write a C++ function that receives a string as a parameter. Then, this function should return the number of occurrences of the

2 points S Write a C++ function that receives a string as a parameter. Then, this function should return the number of occurrences of the letter a lower case or upper case) in this received string, For example, if the received parameter string by this function is "abasAd", then this function should return 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
