Write a validation loop that prompts the user for a string with an even number of characters. store the string in string variable str. if the string has an odd number of characters, print a message including the string and prompt the user again. after the loop, print the number of characters in the string.