write code that constructs a string made by flipping the front and back halves of a string stored in a variable named flip me. for example, if flip me is 'bookmark', the resulting string is 'markbook'. store the result in a variable named flipped. assume that the variable flip me has already been given a value and that it contains an even number of characters.