Convert-String-Case

A collection of 1 post

Convert String Case

Problem Write a program that receives a string with both uppercase and lowercase letters as input and converts uppercase letters to lowercase letters and lowercase letters to uppercase letters. input A string is entered on the first line. The length of the string does not exceed 100. output On the…