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.
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:
Here is the Terminal opening up prompting the user to enter a string to reverse.
If you type in Jason McCoy, the results output as the following:
Just incase the user forgets to enter in something and press Enter or the Return key, he/she will be prompted with the following: