Computer Science, asked by ravisinghjsr89, 5 hours ago

write a program to find gcd of 4 number using recursion​

Answers

Answered by Anonymous
0

Explanation:

Recommended: Please solve it on “PRACTICE ” first, before moving on to the solution. A simple solution is to find all prime factors of both numbers, then find intersection of all factors present in both numbers. Finally return product of elements in the intersection.

Similar questions