Reverse Print Same Line
Geoffrey Challen // 2020.9.0
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.