COMP 200: Elements of Computer Science
Spring 2013

Practice with Loops

Most of today's exercises are more practice with loops. For these exercises, you don't need to include error-checking. But, if you have time, and you want more experience, after you've written these functions so that they work, go back and add appropriate error-checking code to the definitions.

Plotting

We've recently added a function to CodeSkulptor to plot functions. In the CodeSkulptor documentation, read the Graphics / SimplePlot section.