Write a program that asks the user for a string and display that same string in reverse order on the screen. The function should take a string parameter with the users input and return the same string, except each character is in reverse order. You must write a function to do this!
The main function should get the user's input, call the function and display the resulting stirng to the screen.