Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Make the loop start counting downwards from 10 and stop at 1. The output should be 10 9 8 7 6 5 4 3 2 1 with line breaks.

Hint: Change parameter1 to 10, change parameter2 to i > 0, change parameter3 to i--.