0
/ 1.0
For function sumtok
, write the missing recursive call. This function returns the sum of the values from 1 to k
.
For function sumtok
, write the missing recursive call.
This function returns the sum of the values from 1 to
k
.
Examples:
sumtok(5) -> 15
Your feedback will appear here when you check your answer.