Question: In C++ please Write a function that is passed a string that is in upper and lower case. Return the reversed case of the string.
In C++ please
Write a function that is passed a string that is in upper and lower case. Return the reversed case of the string. Example: If passed Alice Porter, aLICE PORTER would be returned. If passed I am a lucky kid, I AM A LUCK KID would be returned
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
