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.