(10 points) Enter the first number : 23 Enter the second number : 44 23 and 44 are co-prime. Do you want to continue (Y/N)? y (10 points) Enter the first number : 24 Enter the second number : 44 24 and 44 are not co-prime. Their GCD is 4 Do you want to continue (Y/N)? y (5 points) Enter the first number : -2 Enter the second number : 5 Error: numbers entered must be positive integers. Do you want to continue (Y/N)? y (5 points) Enter the first number : 55 Enter the second number : 63 55 and 63 are co-prime. Do you want to continue (Y/N)? n Thank you! Good-bye!