Given an CharArray
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, print
will print without advancing to the next line.
Stuck? You may find these lessons helpful: