Monday, September 3, 2007

Journal 1

In class today we learned how to use BOX. Which makes a box of any diameter you want. We also learned how to use CIRCLE. Which makes a circle of any size you want. YOu type in the Diameter of the circle you want and then it draws it for you. If you want to make a line within the circle you can make a box with 0 as one of its sides. We also learned how to make stairs. Which involves the commands FD, RT, and REPEAT. FD draws a line in the direction the turtle is facing. RT turns the turtle to the right and REPEAT allows you to perform an operation mulitply times. If you put those three operations together then you can make stairs!!