COMP 105
Introduction to Computer Science
Kalamazoo College Computer Science Program Fall 2008

Lab 3: Loops and Lists


Introduction

The goal of this lab is to get more practice working with lists and nested loops. This lab will also help you to get started thinking about PP #1: Joust!. You may be able to use the code from this lab directly in your project. If not, it will at least give you some helpful ideas. If you finish early you should read through PP1 and start thinking about your design for the programming project. Make sure to organize your code sensibly, include comments, and select meaningful variable names. See the Alice Documentation and Coding Standards Guide for specific suggestions.

Exercises