Topic: Language Problem / Level: advanced

Problem: Write a program to check if two numbers are co-prime using their greatest common divisor (GCD).

Run the code to see the output here...