Complete the ReverseString program below so that it reads in a string of characters, reverses the order of the characters, and prints out the reversed string.

In other words, if the input string is "123456", the output string would be "654321".
If the input string is "How now, brown cow", the output string would be "woc nworb ,won woH".