Pulsars
0 %
Log inSign up

Writing a Recursive Power Function

Open answer

Write a recursive function puissance(base, exposant) that computes base raised to the power exposant (exposant a positive or zero integer), with the correct base case.