Checkpoint 18.2.1.
Let’s make sure you understand the design listed above. Arrange the blocks to implement the rough design.
For the auto-checker to work, you need to define your procedures in this order:
rectangle
, drawWall
, drawDoor
, drawWindow
, drawRoof
, drawHouse
. The main part of the program should come after the procedures.Don’t forget to indent the body of each procedure, even if it is not real code yet.