+ 3
Challenge
write a program to know whether the number is ammicable number or not.
5 Answers
+ 2
please explain Challenge ammicable numbers
+ 1
it an number whoes digit's cube is equal to the number itself
+ 1
Please write an example and explanation
+ 1
2 numbers are said to be amicable numbers if each of their divisors' sum (excluding the number itself) equal the other number.
https://code.sololearn.com/cqjRDy6e05Al/?ref=app
0
a looping structure program from while loop