Loops in C#

For Loop

The for loop is little different as illustrated below:
For Loop 1

Example-1

Write an algorithm for an application that uses a for loop to display numbers from 10 to 100 in a List-box.

Example-2

Write an algorithm for an application that uses a for loop to display numbers from 10 to 1 in a List-box.

For more details, please contact me here.