Implement a method named reverse that takes one
String parameter named fragment.
The method will print to the screenall of the characters of the string in reverse order. It will print no more than 20 characters on a line
(assuming more than one line is needed).