Can you write a program to convert a string from uppercase tolowercase and lowercase to uppercase depending on the user’s input?In simple C++ please
So for example if the input is Hello then the output should behELLO
Expert Answer
Answer to Can you write a program to convert a string from uppercase to lowercase and lowercase to uppercase depending on the user…