1. Watch video "08a Work Together with For Loops". Experiment with the Sandbox example along with the video to practice creating For Loops. Presentation is located at: http://nebomusic.net/javalessons/08a_Looping_Exercises.pdf
2. Read pages 32 to 43 and complete Complete the following Exercises in "Loops and Iteration"
-Count forward 1 to 50
-Count backward 150 to 75
-Count from 20 to 200 by 2
-Count backwards frm 200 to 100 and print only odds
-Print multiples of 7 or 11 from 0 to 200
-Print sum of all integers 1 to 20
-Print sum of integers divisible by 9
-Print sum of integers divisible by 2 and 7
-Pring sum of odd integeres between 30 and 60