write a recursive function to find the maximum and minimum value from an array passed as argument to the recursive function. computer the GCD from these numbers. do not use loop.
Answers
Answered by
0
write a recursive function to find the maximum and minimum value from an array passed as argument to the recursive function. computer the GCD from these numbers. do not use loop.
Similar questions