I am doing a college job and in order to continue I need to get a message that has been given and find out if there are repeated character blocks within that message and what the block is. Example: message = banana; I know it has a block of characters 'na' that is repeated twice in the message. I would know to find a repeated character, but a set of characters I have no idea.