Reverse Print Same Line
Given an char[]
named characters
that has been declared and initialized for you, print that array backwards,
but with all characters on the same line.
As a reminder, System.out.print
will print without advancing to the next line.