Java gives you the ability to dynamically create strings. Even after you set the string value, you can add more characters to the string value throughout the code. This process lets you build a string ...
Users can enter a string and then manipulate it by removing a character, reversing the string, replacing all of one character with something else, and replacing one character once at a certain index.