Checkpoint 18.7.1.
Name the procedure that draws the house.
goto
particular locations and drawWall
, drawDoor
, etc… have all been moved into a procedure to make it more clear what the overall goal of the instructions is. But, we have not given that procedure a name. Chose a name for the procedure that draws the whole house and replace the _____________
below with your name. Make sure to replace it in both the procedure definition and the procedure call.