Write a method called printReverse that accepts a string as its parameter and prints the characters in opposite order. For example, a call of printReverse("hello there!") should print "!ereht olleh". If the empty string is passed, the method should produce no output.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.