Question: Write an MIPS program that prompts the user for a string and then parses the string exchanging the case of each character. You may assume

Write an MIPS program that prompts the user for a string and then parses the string exchanging the case of each character. You may assume the string comprises only lower- and upper-case alphabetic characters and spaces, with no punctuation. Change all upper-case letters to lower case and all lower-case letters to upper case. For example, if the user enters this: The Quick BrOwn foX change it to this: tHE qUICK bRoWN FOx and print the resulting string immediately below the old (input) string.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!