The above video is about finding sum of n natural numbers using recursion.If you have any doubts ,reach me out at the comments section.
The above program can be written in:
-defining a function(recursive) to find sum of natural numbers.
-declaring a variable n .
-calling previously defined recursive function.