the code I'm working on translates letters into phone numbers, but program must verify that the length of the entered string is exactly 10 or 11. If the length of the string is below 10 or above 11, it should be rejected, and the code displays invalid. how can I put the part where it restricted the length of stringth before the loop, so before I enter any input, the string length must between 10 and 11