Hello Everyone,
I am having a problem understanding line spacing. I need to write a program that has nested FOR LOOPS to produce the following output:
1
2
3
4
5
I can get a for loop that counts down. The problem I have is using for loop for line spacing.
Can anyone show me an example of this or explain to me in an easy way how a for loop for a line works.
Thanks