D
Dinko Deranja
Suppose that you have a string e.g. "delicious" and an integer e.g. 5. How
to
replace the character at position 5 with next character (in position 6) so
that "delicious" becomes "deliicous" ?
to
replace the character at position 5 with next character (in position 6) so
that "delicious" becomes "deliicous" ?