I would like to mainly know the working of a for loop. For this I think a small sample program will be helpful to me. So what is a simple program to display the first N natural numbers?
I would like to mainly know the working of a for loop. For this
Share
If you are talking about Windows batch programming here you have a natural numbers generator:
Other helpful links to deal with files and so on:
If you are talking about GNU Linux/Unix bash scripting you can go to:
Hope that helps,