Print first 10 Natural Numbers
Explanation : Natural Numbers: Natural numbers are those numbers used for counting and ordering. Step 1: To find the natural number we are going to use the for loop to print the first 10 numbers. Step 2: we have taken the variable i=1 which will iter...
Dec 26, 20221 min read13
