Question: In C++ Write the following function that returns a new string in which the uppercase letters are changed to lowercase and lowercase to uppercase. string
In C++

Write the following function that returns a new string in which the uppercase letters are changed to lowercase and lowercase to uppercase. string swap Case (const string& s) Write a test program (main) that prompts the user to enter a string and invokes this function and displays the return value from this function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
