Category > Computer SciencePosted 29 Aug 2017My Price2.00
reverse capitalization
Write a program that continuously prompts the user for a string, and then prints the string in reverse capitalization (e.g., if the user enters “aNYonE”, the output should be “AnyONe”).