Sometimes we have or want to remove a part of a string. There are two ways to do that and both use the Remove () method.
See that? We pass it the index from which we want to start removing; Remove () gets rid of everything from that index to the end of the string.
Maybe we need to use the Remove () method with an integer?