Reverse a String
Description
Given a string S, reverse the string in-place (or output the reversed string if strings are immutable in your language).
Given a string S, reverse the string in-place (or output the reversed string if strings are immutable in your language).