Homework Assignments - Spring 2009
Introduction to Programming and Algorithm
Design (COP 1000)

Assignments, due dates, and hints are given below, most recent
first. Homework is due by midnight of the date shown. Send
your homework as an email attachment from your FCCJ email account
to sdifranc@fccj.edu.
Include your name, homework number, and the class and reference
number in the subject line as described in the
homework guidelines.
Note: If you are asking for help on an assignment, rather
than turning it in, make sure to include the word "Help" in
the subject line.
Hw01: Simple IPO
Conversion Program (due 1/14)
Using the Python IDLE Tutorial
program (in2cm.py) as a pattern, write a
program to convert between two other units of measure (for example,
miles to feet, gallons to liters, etc.). Make sure you read and
follow the homework guidelines. Your
program documentation (comments), variable names, and user prompts
should be appropriate for your conversion. Save and submit your
program with the filename hw01-xxx.py,
where xxx are your initials.
|