Lab 6 Problems

The exercises for Lab 6 are listed below. If you did not attend lab you will need to email Allison your solutions. If email doesn't allow you to send them as attachments, upload them to Google Drive and send Allison a link.

  1. Stamps

    Alter the code you wrote for the Stamps project so that each animal is in its own function and that function takes an x, y location. You may not have any non-constant global variables.

    Write code to call one of your animal function multiple times in a loop. Your animal function should only be called once in the loop. It should output a row or column of that animal.

  2. Screensaver

    Alter the code you wrote for the Screensaver project so that it calls the function you wrote to draw your animal described above.

Upcoming Due Dates