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:
this might be helpful to you ☺️
Attachments:
Answered by
0
Answer:
64
Explanation:4+4*15
Similar questions