View Single Post
Old 03-30-2006, 04:05 PM   #1 (permalink)
sadinger
Registered User
 
sadinger's Avatar
 
Join Date: Mar 2006
Location: Louisiana
Posts: 3
sadinger is on a distinguished road
Unhappy 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!
sadinger is offline   Reply With Quote