CS 270, Fall 2014
Programming Assignment PA2
Number Conversion

Programming due Sunday, Sep. 7 at 5pm, no late deadline.


This assignment has four objectives:
  1. to write C functions from a specification
  2. to test C functions from a main program
  3. to understand base conversion
  4. to see if you can follow directions!
Write a C program in a file called convert.c, using the example of the code structure shown below. You must write four functions and (optionally) test code in the main entry point, exactly as described in the directions below:

Specifications

Your program must meet the following specifications:

Grading Criteria

Submit the single file convert.c to the Checkin tab on the course website, as you were shown in the recitation.

© 2014 CS270 Colorado State University. All Rights Reserved.