Rewrite the void function called LowerCount that is described in Programming Warm- Up Exercise 12 of Chapter 8 as a value-returning function. The function reads a line from cin, and returns an int containing the number of lowercase letters in the line. In Appendix C, you will find the description of function islower, which returns true if its char parameter is a lowercase character.
REF PRB:
Write a void function called LowerCount that reads a line from cin, and that returns an int (count) containing the number of lowercase letters in the line. In Appendix C, you will find the description of function islower, which returns true if its char parameter is a lowercase character. Document the data flow of the parameters with appropriate comments.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.