





C++ program to find the Sum of first N natural number
Natural numbers
Natural number are those number which is start from one to infinite.
A natural number is a number that occurs commonly and obviously in nature. As such, it is a whole, non-negative number.
Example: Natural number={1,2,,4,5,6,…….}.

August 25, 2019
Login/Signup to comment