Write a method called printIndexed that accepts a string as its parameter and prints the strings characters

Question:

Write a method called printIndexed that accepts a string as its parameter and prints the string’s characters in order followed by their indexes in reverse order. For example, the call of printIndexed("ZELDA") should print Z4E3L2D1A0 to the console.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: