Reverse a given string and print the new string. For example, given a string “John Snow” the output should be “wonS nhoJ”. using java...