Question: Using C++, write a function that returns true if all the characters in a string are lower case letters and false otherwise. use the function
Using C++, write a function that returns true if all the characters in a string are lower case letters and false otherwise. use the function prototype
bool allLowerCase(string);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
