Solution for exercise 04
Review
Task 1 - Recursive function
We can split the the whole code into the
PROGRAM and a recursive function:
program calc_fac recursive function factorial |
|
Review
Task 1 - Recursive function
We can split the the whole code into the
PROGRAM and a recursive function:
program calc_fac recursive function factorial |
|