Question: Write a recursive method named printEvenCharacters. The method will take a String at least as an argument, and it will print the characters at even
Write a recursive method named printEvenCharacters. The method will take a String at least as an argument, and it will print the characters at even position.
E.g., if the String is murcielago, your method shall print mrilg, since the character m is at position 0, r at position 2, i at position 4, l at position 6 and g at position 8.
Please write in Java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
