Tuesday, April 04, 2006

Loop Practice

1. Write a for loop that starts at 10000 and decrements by 10 to number 100.

2. Write a while loop that starts at 3 and ends at 333 and goes by 3.

3. Write a while loop that prints out all even numbers up to 100.

0 Comments:

Post a Comment

<< Home