1. Create a procedure for each shape below. Save all procedures
on a disk using the name BASICS (all procedures currently in memory
will be saved together under this name).
| TO SQUARE
|
TO RECTANGLE
|
| TO TRIANGLE
|
TO CIRCLE
|
NOTE: Make the square & triangle 25 on each side and the rectangle 25 by 50.
2. Write procedures for each of the shapes below, using the procedures
you created above. Save all procedures using the name LAB2.
| TO BOX
|
TO HEX
|
| TO ROCKET
|
TO DIFFICULT
|