imagine you have a string stored in the variable mystring, but you don't know how long it is. you want to create a slice starting on the 5th character, and including every other character after that. which of the following lines of code would successfully generate a slice of the string starting with the 5th character and including every other character after that?