Write a while loop, do..while and for loop to count from 100 to 200 by 5s.

--- Update ---

Write a program to find all even numbers between 100 and 200 using the while, do..while and for
loop...