Computer Science, asked by designerstudio1970, 5 hours ago

write an algorithm to print first 'n' natural numbers​

Answers

Answered by ushakumari5775
0

Answer:

Using For loop, we will print the list of natural numbers from 1 to user-entered value. Within this C Program to display Natural Numbers from 1 to N example, The first printf statement will ask the user to enter an integer value, and the scanf statement will assign the user entered value to a Number variable.

Similar questions