Computer Science, asked by sukusrao2000, 4 months ago

Q:19 / 20
Identify the correct base case condition for
the algorithm to calculate the sum of n natural
numbers
HI
o if(n>0) return 1;
o if(n​

Answers

Answered by manojaravindsixdsvv
1

Answer:

if(n>0)return 1;

Explanation:

It will be the right answer mark me as brainliest

Similar questions