Welcome Back!
Today - 4.4 Logo Part 1 - you will need to write code for exercises 1-4 and then write code to create a shape of your own design.
Be sure that each exercise is saved as a separate procedure.
4.4 Logo Part 1 - Follow the instructions and get each of the following checked off one at a time:
- 40x40 Square
- Line40
- Refactor your square40 procedure to use a for-each loop and the line40 procedure to draw a 40-by-40 square.
- Draw a Face: Design an algorithm for drawing a face with a large square for the head, 2 small squares for eyes, and a line for the mouth, as shown below.
Design and define any other procedures you need to help simplify this problem -- e.g., the outline of the head, the eyes, and so on.
Make appropriate use of loops in your algorithm.
- Refactor your draw face program to include procedures.
- Draw your own design - design and implement the code to make your own drawing. Must be more complex than the draw face program.
Complete 4.4 Questions and Reflections. Show your blue dot of success for teacher check.
Complete any missing work.