Computer Science, asked by raji877, 20 days ago

Write a method to enter two numbers as arguments and check whether they are co-prime or not. [7]
[Two numbers are said to be co-prime, if their HCF is 1 (one).] Sample Input: 14, 15
Sample Output: They are co-prime.

Answers

Answered by kshankardeva
0

Answer:

[Two numbers are said to be co-prime, if their HCF is 1 (one).]

Sample Input: 14, 15

Sample Output: They are co-prime.

Similar questions