Question: Write a method called printIndexed that accepts a string as its parameter and prints the strings characters in order followed by their indexes in reverse
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.
Step by Step Solution
3.42 Rating (168 Votes )
There are 3 Steps involved in it
public static void printInde... View full answer
Get step-by-step solutions from verified subject matter experts
