Basic String Operations
While we’ve used strings in many of our examples and some of out assignments so far, we’ve not actually worked too much with Strings. Remember that a string is a collection of characters which are either taken as an input from a user, read from a text file, or enclosed within quotes within our program….