Write a standalone program


Write a standalone program "TransformCharacters.java" with a recursive method String string changeCharacters(String string) that takes as an argument a string. The method replaces all occurrence of upper case characters with "1", all occurrences of "o" with "2" and all occurrences of "r" with "a". The method returns the transformed string. Take the string oYoroCoroSor as a test case. The output should be 212a212a212a. 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a standalone program
Reference No:- TGS0132620

Expected delivery within 24 Hours