In java, strings are immutable (i.e. can't be modified/changed). The replace() method for strings actually creates a new string with the characters replaced. Simply assign the result of replace()...