C++ convert string characters lower to upper and upper to lower
Can someone help me to write a few c++ lines of code to convert an input
string letters as follow:
Lowercase letters to Uppercase letters.
Uppercase letters to lowercase letters.
libraries functions are not allowed.
if statement, no comparisons, | operation and & not allowed.
Thanks.
No comments:
Post a Comment