Prompts the user for a positive integer input (0< n < 100) and validates it. The function will continue to prompt the user until a valid input is received.
Prompts the user for a positive integer input (1 <= n) and validates it. The function will continue to prompt the user until a valid input is received.