The user will enter a string with a length of at least 5 characters. Next, the user will input an integer representing the starting index of a new sub-string of the original. The final integer will be the length of the new sub-string.
You will then print out the new string taken from the original.
I am kind of stuck and dont really know what to do anymore. All help is appreciated.