CS125: Introduction to Programming Principles

CS125 Spring 2008
Assignment 5
Due: July 28th at 11:59pm

Problem Specifications

The questions are given in pdf format.

Common Assignment Problems

Before emailing the course staff with assignment questions, please refer to the assignment FAQ.

Starter Files

Download a5.zip before beginning to code your solutions. It includes "beginner" files for each question which handles some of the input for you, and contains valuable comments to help you write your code.

It also contains driver code to help you test your solution.

You cannot modify the provided method signatures. You cannot add new public methods either.

Program Input/Output

Be sure your program's output matches what is expected. Some of your correctness marks will be based on conforming exactly to how the output should appear.

Program Style and Documentation

Marks will be awarded on this (as with all previous assignments) for appropriate documentation and program style. The markers will, in particular, be looking at the following:

Submitting your assignment:

You will need to submit your assignment electronically. You should submit often before the deadline, as you can submit as many times as you wish. You can find the submit page here. Email submissions will not be accepted should you run into problems.

Required Files: