Here starts my for loop:
The value of i this time is 0
The value of i this time is 1
The value of i this time is 2
The value of i this time is 3
The value of i this time is 4
The value of i this time is 5
I'm done with for loop.

Here starts my while loop:
The value of i this time is 6
The value of i this time is 7
The value of i this time is 8
The value of i this time is 9
The value of i this time is 10
I'm done with while loop.

Here starts my do while loop:
The value of i this time is 1000