Reverse String

Define a function that takes one parameter of type String. The function should return the string in reversed format.

So if a user passes in This is cool! the function will return !looc si sihT

Print the result of the function to the screen.