need help on recursion, i don't know how to add a character into a string. for example:
adding 'a' into position 5 for example.. into the string "bcdefg" so it would go after f.. I know you can use CharAt but all i need is a start, im having trouble starting the code
any help?