Homework 0

PGSS Computer Science Core

Note: This assignment is not required, and you will submit nothing as proof that you completed it. We do, however, strongly recommend that you try it out, before Homework 1 is distributed. The purpose of Homework 0 is to become acquainted with the local programming environment. Without this, future assignments will be unnecessarily difficult.

In this assignment, you will download a program from the Web and compile it on your local machine, using a simple step-by-step process. This is a hurdle we must leap in order to have interesting programming homeworks later.

The program we'll run tests the primality of a number. In Homework 1, we'll modify this program for efficiency, but for now we just want to run it at least once.

You may run into problems in the course of following these steps. If so, find a friend, ask a TA, or contact the instructor.