+ 2
about recursion
can anybody help me with recursion
5 Answers
+ 2
in what way?
+ 2
a recursive function is a function that calls itself consecutively until an exit condition is met.
what exactly do you need help with
+ 2
moamen I have a code that determines if a number is perfect, no recursion needed
https://code.sololearn.com/cF1ZqvhijclN/?ref=app
+ 1
in its idea
+ 1
do you hear about perfect number