[solved] – Question 97767
write a program that asks the user to enter two words, change them to upper case, then prints them in alphabetical order
Sample Run
First word: Zebra
Second word: Cat
CAT
ZEBRA
Expert Answer
OR
write a program that asks the user to enter two words, change them to upper case, then prints them in alphabetical order
Sample Run
First word: Zebra
Second word: Cat
CAT
ZEBRA
OR