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

Mini-Lab 2: Functions, If/Else and Loops


Introduction

In this mini-lab we will be exploring several new programming constructs introduced in Chapter 3 of the Alice textbook. We will expand and modify some of this code during the next class, so be sure to include comments and to save frequently.

Exercises