1) (Yes/No) Is it possible to make a for loop that runs ZERO times.


2) In any program, what is the first method that runs?


3) Make me a FOR loop that counts 300,250,200,150,100,50,0.


4) Make me a FOR loop that counts 0.3, 0.6, 1.2, 2.4, 4.8.


5) Make me a program that uses nested loops to draw a 7 wide by 3 tall grid of circles.


6) (one or two points) Finish the program at http://cs.nmu.edu/~rappleto/Classes/CS120/Tests+Quizes/LoopsMethodsQuiz-2/method.java You have to finish a method that draws stuff.


7) (three or two points) Finish the program at http://cs.nmu.edu/~rappleto/Classes/CS120/Tests+Quizes/LoopsMethodsQuiz-2/methodmath.java. You have to finish a method that computes a tiny bit of math.


8) (three or two points) Finish the program at http://cs.nmu.edu/~rappleto/Classes/CS120/Tests+Quizes/LoopsMethodsQuiz-2/math.java. You have to finish a method that computes a tiny bit of math.