how to replace a string with another string as required.
for example: consider a string as "Hello Fall Ball" now replace the char "ll" with char "ee".
consider another example of string as "First Second Third Fourth Fifth". now the output string must be in reverse order "Fifth Fourth Third Second First"
Regards,
Rajendra