Help! Reverse name assignment
Hello,
I am new to this site and new to programming. I am stuck. My assignment states the following: We need to write a program that will read in a string of any length and then display the reverse of the original string, the original string in all Caps and in all Lowercase letters. When reversing the string, the letters should be reversed with the appropriate capitalization applied to all letters.
Sample output in bold.
What string would you like to convert? John Smith
Reversed String: htimS nhoJ
All Uppercase: JOHN SMITH
All Lowercase: john smith
I figured out Uppercase and Lowercase but not reverse or even how to tie it in to the rest. We are using the console applications in Microsoft Visual Studio .NET 2003. Any Help would be greatly appreciated. Thank You!
|