Here's a problem in four parts. Do them in order. Each part is worth a certain number of points as specified below.
Program.java
.run.bat
file in the folder
T:/Harcourt/Fall09/cs140/Exam1Practice/part1/You must use a loop to draw the grid. Full credit for putting this in a method named
drawGrid
that you
call from the run method. Your run method would look like
run.bat
file in the folder
T:/Harcourt/Fall09/cs140/Exam1Practice/part2/Note on my solution there are ten filled circles alternating between red and black. Full credit for using a loop to draw the target.
run.bat
file in the folder
T:/Harcourt/Fall09/cs140/Exam1Practice/part3/On my solution the circle is
run.bat
file in the folder
T:/Harcourt/Fall09/cs140/Exam1Practice/part4/On my solution the circle is 30 pixels wide and lands in the center of a square so it doesn't erase the grid lines. full credit on this part for doing this.