/Reversing-a-String

I have created an application that gets a string from the user and then simply reverses it. The string will then be displayed back to the user.

Primary LanguageC#

Reversing a String in C# - I have created a command prompt/terminal window application that gets a string from the user and then simply reverses it. The string will then be displayed back to the user.

By Jason McCoy & Jeremy Shanks

Originally I followed Jeremy's article "How to Reverse a String in C#" and added a few things + refactoring: http://www.jeremyshanks.com/how-to-reverse-a-string-in-c/

Here is what my Visual Studio for Mac setup looks like: alt tag

Here is the Terminal opening up prompting the user to enter a string to reverse. alt tag

If you type in Jason McCoy, the results output as the following: alt tag

Just incase the user forgets to enter in something and press Enter or the Return key, he/she will be prompted with the following:

alt tag

And again, the results output as "yoCcM nosaJ" alt tag