Sunday, September 23, 2007
Tuesday, September 18, 2007
Monday, September 17, 2007
5. Provide yourself an example (not one from your instructor) of how you use a particular command thatwill help jog your memory in the future when you need that command again. You must provide a littlecode as well as a written explanation with this one.
System.out.println(" ** ** "); System.out.println(" ** **"); System.out.println(" ** **"); System.out.println(" ** **"); System.out.println(" ***********"); System.out.println(" ** **"); System.out.println(" ** * * **"); System.out.println(" ** * * **"); System.out.println(" ** ****** **"); System.out.println(" ************* "); System.out.println(" ");
System.out.println(" ** ** "); System.out.println(" ** **"); System.out.println(" ** **"); System.out.println(" ** **"); System.out.println(" ***********"); System.out.println(" ** **"); System.out.println(" ** * * **"); System.out.println(" ** * * **"); System.out.println(" ** ****** **"); System.out.println(" ************* "); System.out.println(" ");
Friday, September 14, 2007
9/14/07
Provide yourself an example (not one from your instructor) of how you use a particular command thatwill help jog your memory in the future when you need that command again. You must provide a littlecode as well as a written explanation with this one?
System.out.priinterln("hey")
systemout.printerln("hey"0
System.out.priinterln("hey")
systemout.printerln("hey"0
Tuesday, September 11, 2007
9/11/07
What problems did you encounter while developing your solution? How do you plan to overcomethem?/How did you overcome them?
The problem that I got was to to pick up the marker and make the mouth. I overcome the problem by using marker.move(40,60).
The problem that I got was to to pick up the marker and make the mouth. I overcome the problem by using marker.move(40,60).
Monday, September 10, 2007
9/10/07
How did you go about testing your program? What were the results of that testing?
marker.up(); marker.turnRight(90); marker.forward(100); marker.down(); marker.drawString(" A"); marker.move(-100,0); marker.up(); marker.move(-175,100); marker.down(); marker.move(175,100); marker.drawString(" B");
marker.up(); marker.turnRight(90); marker.forward(100); marker.down(); marker.drawString(" A"); marker.move(-100,0); marker.up(); marker.move(-175,100); marker.down(); marker.move(175,100); marker.drawString(" B");
Subscribe to:
Posts (Atom)