Function (num) { Int sum; If (num==0) { Return sum ; } Else { Sum=num+function (num-1) } Return sum; } Which of the following is true
Answers
Answered by
0
Answer:
I can't understand the question
Answered by
3
Answer:
function of (6)=21
Explanation:
it is helpful to you
Similar questions