How would you reverse a string?
Anonymous
You can use a reverse metod : from Enumerable class IEnumerable Reverse(this IEnumerable source) or you can implement a For or foreach element and create a new string in a reverse sequence.
Check out your Company Bowl for anonymous work chats.