|
Write a C program to test whether a given pair of numbers are amicable numbers? | ||||||
asked | 1991 views | 1 answers. | |||||||
C program to test whether a given pair of numbers are amicable numbers or not. Amicable number are pairs of numbers each of whose divisors add to the other number. | |||||||
ProgramCAmicableNumber | |||||||
| |||||||
0
| C program to test whether a given pair of numbers is amicable numbers is as follows:
| ||||||
| |||||||
Add comment |
Post Your Answer Here :
Add comment