Write a program to 1. Request that the user enter a positive odd number less than 40. 2. If the user enters a positive odd number less than 40, print "Thank you", and continue to 5. 3. Repeat that request up to 3 time if the user enters an incorrect number. 4. If the user fails to enter a correct number , by the third try: a. Write a polite message explaining what criteria (positve, odd, less than forty) they missed. b. Write a polite messages telling the user to try again later and exit. 5. Print the three figures below each with the given size and exit The following illustrate how the program might run" Please enter a positive odd number < 40 for the size of the figures: 10 Please enter a positive odd number < 40 for the size of the figures: 11 Thanks you ---------------------- * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * * *| ---------------------- ---------------------- * *| * * * *| * * * * * *| * * * * * * * *| * * * * * * * * * *| * * * * * * * * * * *| * * * * * * * * * *| * * * * * * * *| * * * * * *| * * * *| * *| ---------------------- ---------------------- * * * * * * * * * * *| * * * * * * * * * | * * * * * * * | * * * * * | * * * | * | * * * | * * * * * | * * * * * * * | * * * * * * * * * | * * * * * * * * * * *| ----------------------